2020-10-23 07:01 AM
Device : STM32F072RBT6 Discovery
Debugger: ST-LinkV2
Core : ARM Cortex M0
SDK : Nil
IDE : VSCode with ARM GCC Compiler
Hi,
We are trying to do profiling on our device. We are planning to use GNU gprof.
We are trying the solution given in the below link:
https://mcuoneclipse.com/2015/08/23/tutorial-using-gnu-profiling-gprof-with-arm-cortex-m/
But we have below queries:
1. Is the profiling tool available in arm-eabi-gcc compiler?
2. Is there an extension available in VSCode to analyze profile output?
Thanks