ROCTx Markers

ROCTx Markers#

ROCTx Developer API: ROCTx Markers
ROCTx Developer API 0.6.0
ROCm Profiling API and tools
ROCTx Markers

Functions

void roctxMarkA (const char *message) ROCTX_API ROCTX_NONNULL(1)
 

Detailed Description

Marker annotations are used to describe events in a ROCm application.

Function Documentation

◆ roctxMarkA()

void roctxMarkA ( const char *  message)

Mark an event.

Parameters
[in]messageThe message associated with the event.