Module metrics

Module metrics 

Source
Expand description

Performance monitoring and metrics collection Performance monitoring and metrics collection system

Provides comprehensive performance tracking for all MemScope operations. Features real-time metrics, historical analysis, and performance alerting.

Re-exports§

pub use analyzer::Benchmark;
pub use analyzer::PerformanceAnalyzer;
pub use analyzer::PerformanceReport;
pub use collector::Metric;
pub use collector::MetricType;
pub use collector::MetricValue;
pub use collector::MetricsCollector;
pub use reporter::AlertThreshold;
pub use reporter::MetricsReporter;
pub use reporter::ReportFormat;

Modules§

analyzer
collector
reporter