pub struct DevTime {}
Expand description
The DevTime
struct provides a simple implementation
for benchmarking operations using the standard library.
Implementations§
source§impl DevTime
impl DevTime
sourcepub fn new_simple() -> SimpleTimer
pub fn new_simple() -> SimpleTimer
Returns a new SimpleTimer
instance
sourcepub fn new_complex() -> ComplexTimer
pub fn new_complex() -> ComplexTimer
Returns a new ComplexTimer
instance