//! sentinel-core: core library for perf-sentinel.
//!
//! Provides the analysis pipeline for detecting performance anti-patterns
//! in runtime traces (SQL queries, HTTP calls).
// u128 -> u64 for elapsed_ms
// usize -> f64 for ratios
// min_ts/min_ms, max_ts/max_ms are clear
pub
pub