Module mmtk::scheduler::work_counter
source · Expand description
Counter for work packets
Provides an abstraction and implementations of counters for collecting work-packet level statistics
See crate::util::statistics
for collecting statistics over a GC cycle
Structs§
- Common struct for different work counters
- Measure the durations of work packets
Traits§
- An abstraction of work counters
- Make
WorkCounter
trait objects cloneable