Expand description
Performance analysis and profiling
Re-exportsยง
pub use crate::performance_benchmark::run_comprehensive_benchmark;pub use crate::performance_benchmark::run_quick_benchmark;pub use crate::performance_benchmark::BenchmarkComparison;pub use crate::performance_benchmark::BenchmarkConfig;pub use crate::performance_benchmark::BenchmarkResult;pub use crate::performance_benchmark::MemoryStats as BenchmarkMemoryStats;pub use crate::performance_benchmark::QuantumBenchmarkSuite;pub use crate::performance_benchmark::ScalabilityAnalysis;pub use crate::performance_benchmark::ThroughputStats;pub use crate::performance_benchmark::TimingStats;pub use crate::telemetry::benchmark_telemetry;pub use crate::telemetry::Alert;pub use crate::telemetry::AlertLevel;pub use crate::telemetry::AlertThresholds;pub use crate::telemetry::DiskIOStats;pub use crate::telemetry::MetricsSummary;pub use crate::telemetry::NetworkIOStats;pub use crate::telemetry::PerformanceSnapshot;pub use crate::telemetry::QuantumMetrics;pub use crate::telemetry::TelemetryCollector;pub use crate::telemetry::TelemetryConfig;pub use crate::telemetry::TelemetryExportFormat;pub use crate::telemetry::TelemetryMetric;pub use crate::benchmark::*;