pub type PassTiming = (&'static str, u32);Expand description
One per-pass GPU timing measurement: a stable pass name and the GPU microseconds spent in that pass during the most recently completed frame. Empty-string entries are unused slots, not real passes.