jhawthorn / vernier

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

Allocation Tracing #57

Closed jhawthorn closed 3 months ago

jhawthorn commented 3 months ago

https://www.youtube.com/watch?v=ELa9vgPA1B4

Vernier.trace(allocation_sample_rate: 100) do
  ...
vernier run --allocation-sample-rate=100 -- ...