Skip to content

nonmoving: Add timing instrumentation

Ben Gamari requested to merge wip/gc/instrument-timings into master

This adds instrumentation to the non-moving collector to measure how much CPU and elapsed time were spent in the concurrent and non-concurrent portions of collection.

Merge request reports