joule-profiler-core 2.1.0

Core library for joule-profiler, handling orchestration and energy measurements
Documentation
mod aggregate;
pub mod config;
mod orchestrator;
mod phase;
mod profiler;
pub mod sensor;

mod util;
pub use util::{fs, sys, time};

pub mod source;

pub use profiler::{JouleProfiler, JouleProfilerError};

pub mod unit;
pub mod types {
    pub use super::aggregate::{Metric, MetricValue, Metrics, sensor_result::SensorResult};
    pub use super::phase::PhaseToken;
    pub use super::profiler::types::{Phase, Phases, ProfilerResults};
}