Struct p25::stats::Stats [] [src]

pub struct Stats { /* fields omitted */ }

Records various runtime statistics.

Methods

impl Stats
[src]

[src]

Merge in the stats from the given object and reset the other stats back to default.

[src]

Clear all stats.

[src]

Record the given error into the current stats.

[src]

Record BCH errors.

[src]

Record cyclic code errors.

[src]

Record standard Golay errors.

[src]

Record extended Golay errors.

[src]

Record short Golay errors.

[src]

Record standard Hamming code errors.

[src]

Record short Hamming code errors.

[src]

Record short Reed-Solomon code errors.

[src]

Record medium Reed-Solomon code errors.

[src]

Record long Reed-Solomon code errors.

Trait Implementations

impl Copy for Stats
[src]

impl Clone for Stats
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Stats
[src]

[src]

Returns the "default value" for a type. Read more