HIP: Heterogenous-computing Interface for Portability
Functions
Control

Functions

hipError_t hipProfilerStart ()
 Start recording of profiling information When using this API, start the profiler with profiling disabled. (–startdisabled) More...
 
hipError_t hipProfilerStop ()
 Stop recording of profiling information. When using this API, start the profiler with profiling disabled. (–startdisabled) More...
 

Detailed Description



Warning
The cudaProfilerInitialize API format for "configFile" is not supported.

Function Documentation

◆ hipProfilerStart()

hipError_t hipProfilerStart ( )

Start recording of profiling information When using this API, start the profiler with profiling disabled. (–startdisabled)

Warning
: hipProfilerStart API is under development.

◆ hipProfilerStop()

hipError_t hipProfilerStop ( )

Stop recording of profiling information. When using this API, start the profiler with profiling disabled. (–startdisabled)

Warning
: hipProfilerStop API is under development.