Skip to main content

Module gpu_profiler

Module gpu_profiler 

Source
Expand description

GPU profiling and timing utilities.

Provides timestamp-based GPU profiling with named scopes for measuring execution time of GPU operations, pipelines, and individual passes.

Structsยง

GpuProfiler
Central GPU profiler that owns all active and completed timestamps.
GpuProfilerScope
An RAII guard that automatically finishes a GpuTimestamp on drop.
GpuTimestamp
A single GPU timestamp sample.
ScopeStats
Aggregate statistics for a named GPU scope.