rocprofiler-sdk/rocprofiler.h File Reference

rocprofiler-sdk/rocprofiler.h File Reference#

Rocprofiler SDK Developer API: rocprofiler-sdk/rocprofiler.h File Reference
Rocprofiler SDK Developer API 0.4.0
ROCm Profiling API and tools
rocprofiler.h File Reference
+ Include dependency graph for rocprofiler.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

rocprofiler_status_t rocprofiler_get_version (uint32_t *major, uint32_t *minor, uint32_t *patch)
 Query the version of the installed library.
 
rocprofiler_status_t rocprofiler_get_timestamp (rocprofiler_timestamp_t *ts)
 Get the timestamp value that rocprofiler uses.
 
rocprofiler_status_t rocprofiler_get_thread_id (rocprofiler_thread_id_t *tid)
 Get the identifier value of the current thread that is used by rocprofiler.
 
const char * rocprofiler_get_status_name (rocprofiler_status_t status)
 Return the string encoding of rocprofiler_status_t value.
 
const char * rocprofiler_get_status_string (rocprofiler_status_t status)
 Return the message associated with rocprofiler_status_t value.