jhawthorn / vernier

📏 next generation CRuby profiler
https://vernier.prof/
MIT License
735 stars 15 forks source link

Skip emitting empty STALLED markers #21

Closed jhawthorn closed 10 months ago

jhawthorn commented 10 months ago

If the GVL is immediately available, avoid emitting a 0-length marker.

Before:

Screenshot 2023-08-23 at 10 46 22 PM

After:

Screenshot 2023-08-23 at 10 42 07 PM

(which makes me wonder if we should skip 0-length suspended/running as well)