jhawthorn / vernier

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

Stop hardcoding the category for GC #8

Closed tenderlove closed 11 months ago

tenderlove commented 11 months ago

I shouldn't have hardcoded the category for GC, so this patch saves off the GC category and then we just ask for the id when generating the profile.

I left the JIT category even though we can't use it yet.