cupy.cuda.profiler.start#

cupy.cuda.profiler.start()#

profilerStart() Enable profiling.

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

See the CUDA document for detail.