Define QNN_PROFILE_EVENTTYPE_INIT¶
Defined in File QnnProfile.h
Define Documentation¶
-
QNN_PROFILE_EVENTTYPE_INIT 100¶
QnnProfile_EventType_t definition to get stats related to creation of context and graphs. If supported, this profile data captures stats starting with the context creation (QnnContext_create) and ending with graph finalize (QnnGraph_finalize). Alternatively, in case of loading a cached context, it captures stats for creating context from the cache (QnnContext_createFromBinary).
Note
init information maybe available on both QNN_PROFILE_LEVEL_BASIC and QNN_PROFILE_LEVEL_DETAILED levels
Note
If unit information is not available, the value should be interpreted as time in microseconds.