audio: perf: enable dsp clock for performance measurement

previously, performance measurement based on platform clock, source
clock is 38.4mhz, for better align with CPC calculation, change
clock to dsp clock, this will be done through enable config:
CONFIG_TIMING_FUNCTIONS, and this config only be used with perf_cnt
header file, so this change only have impact on performance build.

Signed-off-by: Baofeng Tian <baofeng.tian@intel.com>
This commit is contained in:
Baofeng Tian 2023-09-22 20:50:13 +08:00 committed by Kai Vehmanen
parent fab0f72901
commit 56dae244ae
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
CONFIG_PERFORMANCE_COUNTERS=y
CONFIG_SYS_HEAP_RUNTIME_STATS=y
CONFIG_TIMING_FUNCTIONS=y