Skip to content

Add filter preset for Rust futures infrastructure#6090

Merged
brancz merged 1 commit into
mainfrom
claude/add-futures-filter-preset-017zNeVsnnNS8c54y6P3h78U
Dec 5, 2025
Merged

Add filter preset for Rust futures infrastructure#6090
brancz merged 1 commit into
mainfrom
claude/add-futures-filter-preset-017zNeVsnnNS8c54y6P3h78U

Conversation

@brancz
Copy link
Copy Markdown
Member

@brancz brancz commented Dec 5, 2025

Adds a new filter preset to hide Rust futures infrastructure frames from profiling views. The preset filters out:

  • Functions starting with "future"
  • Functions starting with "<future"
  • Functions containing "futures_core"
  • Functions containing "core::future::future::Future"

This helps reduce noise in profiles by hiding low-level futures implementation details.

Adds a new filter preset to hide Rust futures infrastructure frames
from profiling views. The preset filters out:
- Functions starting with "future"
- Functions starting with "<future"
- Functions containing "futures_core"
- Functions containing "core::future::future::Future"

This helps reduce noise in profiles by hiding low-level futures
implementation details.
@brancz brancz requested a review from a team as a code owner December 5, 2025 10:30
@alwaysmeticulous
Copy link
Copy Markdown

alwaysmeticulous Bot commented Dec 5, 2025

✅ Meticulous spotted 0 visual differences across 342 screens tested: view results.

Meticulous evaluated ~4 hours of user flows against your PR.

Expected differences? Click here. Last updated for commit e58b1c4. This comment will update as new commits are pushed.

@brancz brancz merged commit 8daf94a into main Dec 5, 2025
38 checks passed
@brancz brancz deleted the claude/add-futures-filter-preset-017zNeVsnnNS8c54y6P3h78U branch December 5, 2025 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants