pub fn gpu_metrics_span_on<R, F: FnOnce() -> R>(
name: impl Into<Cow<'static, str>>,
stream: &CudaStream,
f: F,
) -> Result<R, CudaError>Expand description
A GPU-aware span that collects a gauge metric using CUDA events on an explicit stream.