|
| hipError_t | hipProfilerStart () |
| | Start recording of profiling information. [Deprecated] When using this API, start the profiler with profiling disabled. (–startdisabled) More...
|
| |
| hipError_t | hipProfilerStop () |
| | Stop recording of profiling information. [Deprecated] When using this API, start the profiler with profiling disabled. (–startdisabled) More...
|
| |
----------------------------------------------------------------------------------------------—
This section describes the profiler control functions of HIP runtime API.
- Warning
- The cudaProfilerInitialize API format for "configFile" is not supported.
| hipError_t hipProfilerStart |
( |
| ) |
|
Start recording of profiling information. [Deprecated] When using this API, start the profiler with profiling disabled. (–startdisabled)
- Warning
- : THe hipProfilerStart API is deprecated, use roctracer/rocTX instead.
| hipError_t hipProfilerStop |
( |
| ) |
|
Stop recording of profiling information. [Deprecated] When using this API, start the profiler with profiling disabled. (–startdisabled)
- Warning
- : hipProfilerStop API is deprecated, use roctracer/rocTX instead.