archx 3.0.1

High-performance CPU/GPU adaptive optimization library with SIMD and Multithreading
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod core;
pub mod sampler;
pub mod task_metrics;
pub mod load_monitor;
pub mod reports;

pub use core::{get_profiler, Metric, Profiler, ProfileScope};
pub use sampler::Sampler;
pub use task_metrics::TaskMetrics;
pub use reports::{JsonExporter, CsvExporter, ReportExporter};