Skip to main content

Metrics

Type Alias Metrics 

Source
pub type Metrics = BTreeMap<String, f64>;
Expand description

Metrics a case may emit (e.g. throughput MB/s), keyed by name.

Aliased Typeยง

pub struct Metrics { /* private fields */ }