From 945ce05876ca850dd970de7f47774eaed26daba1 Mon Sep 17 00:00:00 2001 From: Baofeng Tian Date: Fri, 22 Sep 2023 20:50:13 +0800 Subject: [PATCH] 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. Signed-off-by: Baofeng Tian --- app/perf_overlay.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/app/perf_overlay.conf b/app/perf_overlay.conf index 5c031fe97c59..cd7c16127788 100644 --- a/app/perf_overlay.conf +++ b/app/perf_overlay.conf @@ -1,2 +1,3 @@ CONFIG_PERFORMANCE_COUNTERS=y CONFIG_SYS_HEAP_RUNTIME_STATS=y +CONFIG_TIMING_FUNCTIONS=y \ No newline at end of file