pub fn adapter_bytes(
readings: &[(ParsedInstance, f64)],
high: i32,
low: u32,
) -> Option<u64>Expand description
Adapter-level byte total (for the GPU Adapter Memory streams) for one adapter,
summed across its phys/part instances. None when nothing matched — a GPU with no
counter is “unknown”, not “0 bytes used”.