Define QNN_PROFILE_EVENTTYPE_EXECUTE¶
Defined in File QnnProfile.h
Define Documentation¶
-
QNN_PROFILE_EVENTTYPE_EXECUTE 400¶
QnnProfile_EventType_t definition to get stats related to execution of graphs in a context (QnnGraph_execute or QnnGraph_executeAsync). Basic level might include stats related to execution of entire graphs. In addition, detailed level can include stats related to individual nodes in graphs as sub-events.
Note
execute 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.