[−][src]Struct devtimer::RunThroughReport
The RunThroughReport struct provides a benchmark report when calling
DevTime::run_through().
You can get the slowest, fastest and the average time taken per iteration
by the get_slowest(), get_fastest() and get_average() functions
respectively.
Implementations
impl RunThroughReport[src]
pub fn print_stats(&self)[src]
pub fn get_fastest(&self) -> u128[src]
pub fn get_slowest(&self) -> u128[src]
pub fn get_average(&self) -> u128[src]
Auto Trait Implementations
impl RefUnwindSafe for RunThroughReport
impl Send for RunThroughReport
impl Sync for RunThroughReport
impl Unpin for RunThroughReport
impl UnwindSafe for RunThroughReport
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,