spark-viewer icon indicating copy to clipboard operation
spark-viewer copied to clipboard

[Feature Request] Filter displayed ticks in the profile by length

Open Roan-V opened this issue 2 years ago • 1 comments

Basically the --only-ticks-over command but usable for existing profiles that have been ran without that option.

Having a simple button that could stop showing the "normal" game stuff, but show the "laggy" ticks (over 50ms), or a configurable "only show ticks above x ms" field would be very useful.

This would simplify providing support to users if this filtering could be done without asking them to run another profile.

Roan-V avatar Jan 26 '23 11:01 Roan-V

The problem with this is that async-profiler (the more efficient engine) does not support only-ticks-over.

lucko avatar Jan 26 '23 22:01 lucko