cupy.cuda.runtime.profilerStop#

cupy.cuda.runtime.profilerStop()#

Disable profiling.

A user can disable CUDA profiling. When an error occurs, it raises an exception.

See the CUDA document for detail.