Struct devtimer::RunThroughReport
source · pub struct RunThroughReport { /* private fields */ }
Expand description
The RunThroughReport
struct provides a benchmark report when calling
DevTime::run_benchmark()
.
You can get the slowest, fastest and the average time taken per iteration
by the get_slowest()
, get_fastest()
and get_average()
functions
respectively.