alumet 0.8.0

Modular framework for hardware and software measurement (including energy consumption and more).
Documentation
1
2
3
4
5
6
7
8
9
//! Definition and management of metrics.

pub mod def;
pub mod duplicate;
pub mod error;
pub mod online;
pub mod registry;

pub use def::{Metric, RawMetricId, TypedMetricId};