hip.roctx#
(No short description)
- hip.roctx.roctx_version_major()#
(No short description, might be part of a group.)
Query the major version of the installed library.
Return the major version of the installed library. This can be used to check if it is compatible with this interface version.
- hip.roctx.roctx_version_minor()#
(No short description, might be part of a group.)
Query the minor version of the installed library.
Return the minor version of the installed library. This can be used to check if it is compatible with this interface version.
- hip.roctx.roctxMarkA(message)#
(No short description, might be part of a group.)
Mark an event.
- hip.roctx.roctxRangePushA(message)#
(No short description, might be part of a group.)
Start a new nested range.
Nested ranges are stacked and local to the current CPU thread.
- hip.roctx.roctxRangePop()#
(No short description, might be part of a group.)
Stop the current nested range.
Stop the current nested range, and pop it from the stack. If a nested range was active before the last one was started, it becomes again the current nested range.
- hip.roctx.roctxRangeStartA(message)#
(No short description, might be part of a group.)
Starts a process range.
Start/stop ranges can be started and stopped in different threads. Each timespan is assigned a unique range ID.