pub fn span_between(
start_name: &str,
end_name: &str,
record_phase: bool,
) -> Option<u128>Expand description
Compute (and optionally record) a span between two named markers.
Returns Some(seconds) if both markers exist and end is after start.