Struct conserve::report::Counts [] [src]

pub struct Counts { /* fields omitted */ }

Holds the actual counters, in an inner object that can be referenced by multiple Report values.

Methods

impl Counts
[src]

[src]

[src]

Return the value of a counter. A counter that has not yet been updated is 0.

[src]

Get size of data processed.

For any size-counter name, returns a pair of (compressed, uncompressed) sizes, in bytes.

[src]

Trait Implementations

impl Debug for Counts
[src]

[src]

Formats the value using the given formatter.