Skip to main content

Module profiler

Module profiler 

Source
Expand description

Runtime-side profiler start / stop — bracket the region you want Nsight Systems / nvprof to capture.

Functions§

start
cudaProfilerStart.
stop
cudaProfilerStop.
with_profiling
Run f with profiling enabled; always stops on return (even on panic unwind via the guard’s drop).