mirror of https://github.com/thesofproject/sof.git
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:
parent
fab0f72901
commit
56dae244ae
|
@ -1,2 +1,3 @@
|
|||
CONFIG_PERFORMANCE_COUNTERS=y
|
||||
CONFIG_SYS_HEAP_RUNTIME_STATS=y
|
||||
CONFIG_TIMING_FUNCTIONS=y
|
Loading…
Reference in New Issue