Module counter

Module counter 

Source

Re-exportsยง

pub use self::event_counter::EventCounter;
pub use self::long_counter::LongCounter;
pub use self::long_counter::Timer;
pub use self::size_counter::SizeCounter;

Modulesยง

event_counter ๐Ÿ”’
long_counter ๐Ÿ”’
size_counter ๐Ÿ”’

Structsยง

MonotoneNanoTime

Traitsยง

Counter
An abstraction over how a specific Diffable value is counted
Diffable
An abstraction over some changing values that we want to measure.