Struct QnnProfile_ExtendedEventDataV1_t¶
Defined in File QnnProfile.h
Struct Documentation¶
-
struct QnnProfile_ExtendedEventDataV1_t¶
This struct provides extended event information.
Public Members
-
QnnProfile_EventType_t type¶
Type of the event.
-
QnnProfile_EventUnit_t unit¶
Unit of measurement for the event.
-
uint64_t timestamp¶
Timestamp for the event, represented in microsecond unit.
-
const char *identifier¶
Identifier for the event. Can be NULL.
-
union unnamed¶
Event data The field used is dependent on the event unit.
Public Members
-
Qnn_Scalar_t value¶
Used for MICROSEC, BYTES, CYCLES, COUNT.
-
QnnProfile_BackendOpaqueObject_t backendOpaqueObject¶
Used for OBJECT.
-
Qnn_Scalar_t value¶
-
QnnProfile_EventType_t type¶