extract_timing_from_debug_string

Function extract_timing_from_debug_string 

Source
pub fn extract_timing_from_debug_string(s: &str) -> Option<f64>
Expand description

Extract timing information from debug strings Parses strings like “total=123µs” or “total=1.5ms” and returns milliseconds as f64