From 942b0370c4d257e240bd318920577bc6f0e4e857 Mon Sep 17 00:00:00 2001 From: Baofeng Tian Date: Wed, 12 Oct 2022 21:42:07 +0800 Subject: [PATCH] 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 --- app/perf_overlay.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/perf_overlay.conf diff --git a/app/perf_overlay.conf b/app/perf_overlay.conf new file mode 100644 index 000000000000..1b3359c93c11 --- /dev/null +++ b/app/perf_overlay.conf @@ -0,0 +1,2 @@ +CONFIG_PERFORMANCE_COUNTERS=y +CONFIG_PERFORMANCE_COUNTERS_RUN_AVERAGE=y