ROCTx Data types

ROCTx Data types#

ROCTx developer API: ROCTx Data types
ROCTx developer API 1.0.0
ROCm Profiling API and tools
ROCTx Data types

Data types defined or aliased by ROCTx. More...

Typedefs

typedef uint64_t roctx_range_id_t
 ROCTx range ID.
 
typedef uint64_t roctx_thread_id_t
 ROCTx thread ID.
 

Detailed Description

Data types defined or aliased by ROCTx.

Typedef Documentation

◆ roctx_range_id_t

typedef uint64_t roctx_range_id_t

#include <rocprofiler-sdk-roctx/types.h>

ROCTx range ID.

ROCTx range ID.

This is the range ID used to identify start/end ranges.

This is the range ID used to identify start/end ranges.

Definition at line 47 of file types.h.

◆ roctx_thread_id_t

typedef uint64_t roctx_thread_id_t

#include <rocprofiler-sdk-roctx/types.h>

ROCTx thread ID.

This is the thread ID used to identify OS threads

Definition at line 54 of file types.h.