pub trait Counter: Sized + Any + Sealed { }Expand description
Counts the number of values processed in each iteration of a benchmarked function.
This is used via:
Object Safety§
This trait is not object safe.
pub trait Counter: Sized + Any + Sealed { }Counts the number of values processed in each iteration of a benchmarked function.
This is used via: