Enum QnnProfile_ConfigOption_t¶
Defined in File QnnProfile.h
Enum Documentation¶
-
enum QnnProfile_ConfigOption_t¶
This enum defines profile config options.
Values:
-
enumerator QNN_PROFILE_CONFIG_OPTION_CUSTOM = 0¶
Sets backend custom configs, see backend specific documentation.
-
enumerator QNN_PROFILE_CONFIG_OPTION_MAX_EVENTS = 1¶
This config sets the maximum number of profiling events that can be stored in the profile handle. Once the maximum number of events is reached, no more events will be stored. The absolute maximum number of events is subject to a maximum limit determined by the backend and available system resources. The default maximum number of events is backend-specific, refer to SDK documentation.
-
enumerator QNN_PROFILE_CONFIG_OPTION_ENABLE_OPTRACE = 2¶
Set optrace profiling support via enableOptrace flag. Please note that the trace information is available on QNN_PROFILE_LEVEL_DETAILED level only.
-
enumerator QNN_PROFILE_CONFIG_OPTION_UNDEFINED = 0x7FFFFFFF¶
Value selected to ensure 32 bits.
-
enumerator QNN_PROFILE_CONFIG_OPTION_CUSTOM = 0¶