Skip to main content

profiler_start

Function profiler_start 

Source
pub fn profiler_start() -> CudaRtResult<()>
Expand description

Start the CUDA profiler.

Mirrors cudaProfilerStart. Must be paired with profiler_stop.

ยงErrors

Propagates driver errors (e.g., profiler not initialised).