Enum PerformanceProfile_t¶
Defined in File DlEnums.hpp
Enum Documentation¶
-
enum class DlSystem::PerformanceProfile_t¶
Enumeration of various performance profiles that can be requested.
Values:
-
enumerator DEFAULT = 0¶
Run in a standard mode. This mode will be deprecated in the future and replaced with BALANCED.
-
enumerator BALANCED = 0¶
Run in a balanced mode.
-
enumerator HIGH_PERFORMANCE = 1¶
Run in high performance mode.
-
enumerator POWER_SAVER = 2¶
Run in a power sensitive mode, at the expense of performance.
-
enumerator SYSTEM_SETTINGS = 3¶
Use system settings. SNPE makes no calls to any performance related APIs.
-
enumerator SUSTAINED_HIGH_PERFORMANCE = 4¶
Run in sustained high performance mode.
-
enumerator BURST = 5¶
Run in burst mode.
-
enumerator LOW_POWER_SAVER = 6¶
Run in lower clock than POWER_SAVER, at the expense of performance.
-
enumerator HIGH_POWER_SAVER = 7¶
Run in higher clock and provides better performance than POWER_SAVER.
-
enumerator LOW_BALANCED = 8¶
Run in lower balanced mode.
-
enumerator EXTREME_POWER_SAVER = 9¶
Run in lowest clock at the expense of performance.
-
enumerator NUM_PERF_PROFILES¶
Any new enums should be added above this line.
-
enumerator DEFAULT = 0¶