Struct tacho::Reporter [] [src]

pub struct Reporter { /* fields omitted */ }

Methods

impl Reporter
[src]

Obtains a read-only view of a metrics report without clearing the underlying state.

Obtains a Report and clears the underlying gauges and stats.

Counters are copied and not cleared because counters are absolute and increasing.

Trait Implementations

impl Clone for Reporter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more