cupy.cuda.runtime.profilerStart#

cupy.cuda.runtime.profilerStart()#

Enable profiling.

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

See the CUDA document for detail.