pub fn harness_end<VM: VMBinding>(mmtk: &'static MMTK<VM>)
Expand description

Generic hook to allow benchmarks to be harnessed. We stop collecting statistics, and print stats values.

Arguments:

  • mmtk: A reference to an MMTk instance.