jhawthorn / vernier

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

Move `:out` and `:gc` to collector #61

Closed joshuay03 closed 3 months ago

joshuay03 commented 3 months ago

Adresses:

Another change in behaviour worth mentioning is that GC.start now runs after this initialisation, whereas before it preceded it.

jhawthorn commented 3 months ago

Another change in behaviour worth mentioning is that GC.start now runs after this initialisation, whereas before it preceded it.

Good call! That seems better.

joshuay03 commented 3 months ago

Good call! That seems better.

Do you reckon it should also run after the collector initialisation? Or is it fine as is?