Enum Snpe_PerformanceProfile_t

Enum Documentation

enum Snpe_PerformanceProfile_t

Enumeration of various performance profiles that can be requested.

Values:

enumerator SNPE_PERFORMANCE_PROFILE_DEFAULT = 0

Run in a standard mode. This mode will be deprecated in the future and replaced with BALANCED.

enumerator SNPE_PERFORMANCE_PROFILE_BALANCED = 0

Run in a balanced mode.

enumerator SNPE_PERFORMANCE_PROFILE_HIGH_PERFORMANCE = 1

Run in high performance mode.

enumerator SNPE_PERFORMANCE_PROFILE_POWER_SAVER = 2

Run in a power sensitive mode, at the expense of performance.

enumerator SNPE_PERFORMANCE_PROFILE_SYSTEM_SETTINGS = 3

Use system settings. SNPE makes no calls to any performance related APIs.

enumerator SNPE_PERFORMANCE_PROFILE_SUSTAINED_HIGH_PERFORMANCE = 4

Run in sustained high performance mode.

enumerator SNPE_PERFORMANCE_PROFILE_BURST = 5

Run in burst mode.

enumerator SNPE_PERFORMANCE_PROFILE_LOW_POWER_SAVER = 6

Run in lower clock than POWER_SAVER, at the expense of performance.

enumerator SNPE_PERFORMANCE_PROFILE_HIGH_POWER_SAVER = 7

Run in higher clock and provides better performance than POWER_SAVER.

enumerator SNPE_PERFORMANCE_PROFILE_LOW_BALANCED = 8

Run in lower balanced mode.

enumerator SNPE_PERFORMANCE_PROFILE_EXTREME_POWER_SAVER = 9

Run in lowest clock at the expense of performance.