Skip to main content

cuda_profiler_start

Function cuda_profiler_start 

Source
pub unsafe fn cuda_profiler_start()
Expand description

Signal nsys (or any CUDA profiler) to start capturing.

ยงSafety

Calls cudaProfilerStart via the CUDA runtime. Safe to call multiple times; has no effect if no profiler is attached.