pub fn span_between_indices(
start_idx: usize,
end_idx: usize,
label: impl Into<String>,
) -> Option<u128>Expand description
Record a custom-named span between two markers by index in the recorded order. Example: 0-based indices; span_between_indices(3, 5, “apply_total”)