This website requires JavaScript.
Explore
Help
Sign In
OrgACRN
/
sof
mirror of
https://github.com/thesofproject/sof.git
Watch
1
Star
0
Fork
You've already forked sof
0
Code
Issues
Projects
Releases
Wiki
Activity
5b8ba30694
sof
/
app
/
perf_overlay.conf
3 lines
62 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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>
2022-10-12 21:42:07 +08:00
CONFIG_PERFORMANCE_COUNTERS=y
Memory: add support for memory heap profiling Heap memory profiling is based on runtime zephyr API. It will print out each memory allocation with allocated bytes and free bytes, display as below: zephyr: heap allocatd: 22c0 free: 152a90 max allocated: 1000 Signed-off-by: Baofeng Tian <baofeng.tian@intel.com>
2022-11-03 14:06:52 +08:00
CONFIG_SYS_HEAP_RUNTIME_STATS=y