pub fn span_between_markers(
start_name: &str,
end_name: &str,
label: impl Into<String>,
) -> Option<u128>Expand description
Record a custom-named span between two named markers (first occurrence of each) Returns seconds if both markers exist and order is valid.