[go: up one dir, main page]

Trait divan::counter::Counter

source ·
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.

Implementors§