Module work_counter

Module 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ยง

WorkCounterBase ๐Ÿ”’
Common struct for different work counters
WorkDuration ๐Ÿ”’
Measure the durations of work packets

Traitsยง

WorkCounter ๐Ÿ”’
An abstraction of work counters
WorkCounterClone ๐Ÿ”’
Make WorkCounter trait objects cloneable