Skip to content

Add profiling filter preset for tokio frames#6086

Merged
brancz merged 2 commits intomainfrom
claude/add-tokio-filter-preset-01N7WW9hfyz3aH9mBXinug95
Dec 4, 2025
Merged

Add profiling filter preset for tokio frames#6086
brancz merged 2 commits intomainfrom
claude/add-tokio-filter-preset-01N7WW9hfyz3aH9mBXinug95

Conversation

@brancz
Copy link
Member

@brancz brancz commented Dec 4, 2025

No description provided.

Adds a new profiling filter preset "Hide Tokio Frames" that filters out
Tokio runtime frames from profiles using the starts_with filter. This
helps users focus on application code by hiding frames starting with
"tokio::" and "<tokio::".
Adds a new profiling filter preset "Hide Rust Panic Backtrace Infrastructure"
that filters out Rust panic and backtrace infrastructure frames from profiles.
This helps users focus on application code by hiding frames starting with
"std::panic", "<core::panic", and "std::sys::backtrace".
@alwaysmeticulous
Copy link

alwaysmeticulous bot commented Dec 4, 2025

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

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

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

@brancz brancz enabled auto-merge (squash) December 4, 2025 17:16
@brancz brancz merged commit 6be2cc3 into main Dec 4, 2025
38 checks passed
@brancz brancz deleted the claude/add-tokio-filter-preset-01N7WW9hfyz3aH9mBXinug95 branch December 4, 2025 19:44
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.

4 participants