jhawthorn / vernier

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

Make `trace_retained` API consistent with `profile` #69

Closed joshuay03 closed 2 months ago

joshuay03 commented 2 months ago

Mostly a cosmetic change. #61 moved the options to the collector itself, a benefit of that is not having to update all the profile method APIs every time a new option is added.

This ensures trace_contained is consistent with the rest of these methods.