mirror of https://github.com/thesofproject/sof.git
performance profiling enable: add conf file for profiling enabling
After add this file, with -o app/perf_overlay.conf in build command line, profiling functionality will be enabled and mtrace/sof log will have performance data for further analysis. Signed-off-by: Baofeng Tian <baofeng.tian@intel.com>
This commit is contained in:
parent
5594ad3512
commit
56bc7efb91
|
@ -0,0 +1,2 @@
|
|||
CONFIG_PERFORMANCE_COUNTERS=y
|
||||
CONFIG_PERFORMANCE_COUNTERS_RUN_AVERAGE=y
|
Loading…
Reference in New Issue