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).
pub fn profiler_start() -> CudaRtResult<()>Start the CUDA profiler.
Mirrors cudaProfilerStart. Must be paired with profiler_stop.
Propagates driver errors (e.g., profiler not initialised).