ianks / yabeda-gc

MIT License
9 stars 3 forks source link

Add ruby3 gc metrics #3

Closed tarapon closed 2 years ago

tarapon commented 2 years ago

Current version raises error if used with ruby 3. Reason: three GC.stat metrics are missing: time, total_moved_objects, read_barrier_faults

ianks commented 2 years ago

Just a couple of rubocops then this is 👍🏻

tarapon commented 2 years ago

@ianks thanks, done!

ianks commented 2 years ago

Released in v0.2.0, thank you!