jhawthorn / vernier

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

Minify stack tables per-thread in firefox output #73

Closed jhawthorn closed 2 weeks ago

jhawthorn commented 1 month ago

Previously we serialized the stack tables exactly the same way for each thread, which for threads with few unique stacks ended up being very wasteful.

In some cases this might make the gzip less effective, but should make writing the output faster and the uncompressed JSON much smaller.

jhawthorn commented 1 month ago

I need to make sure this also replaces markers

jhawthorn commented 2 weeks ago

I think I merged this separately