cupy.cuda.profiler.stop#

cupy.cuda.profiler.stop()#

Disable profiling.

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

See the CUDA document for detail.