Commit 8daf94a
Add profiling filter preset for Rust futures infrastructure (#6090)
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.
Co-authored-by: Claude <[email protected]>1 parent 0f80a44 commit 8daf94a
File tree
1 file changed
+31
-0
lines changed1 file changed
+31
-0
lines changedLines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
196 | 227 | | |
197 | 228 | | |
198 | 229 | | |
| |||
0 commit comments