1 2 3 4 5
//! Performance bottleneck detection and analysis. pub use super::profiler::BottleneckDetector; pub use super::types::BottleneckDetectionConfig; pub use super::types::{BottleneckSeverity, BottleneckType, PerformanceBottleneck};