Struct stperf::MeasurementTracker [] [src]

pub struct MeasurementTracker { /* fields omitted */ }

Represents a started measurement. When dropped, it will log the duration into memory.

Trait Implementations

impl Drop for MeasurementTracker
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations