Crate elapsed

Source

Structs§

ElapsedDuration
A wrapper around std::time::Duration providing nicer Display implementation and convenience methods to get elapsed time with different granularity

Functions§

measure_time
Measures the time needed to execute a block of code.