Hello all,
I am trying to run a software on Zedboard as a "bare-metal" application and I am trying to profile this application. By "profiling", I mean to profile both CPU usage, code coverage, timing and memory usage.
I was able to enable profiling in "Run Configurations", check the necessary option "-pg" in compiler and changed the BSP settings. As a result, a gmon file has been created successfully. The problem is that I am not able to profile any memory usage and timing by right-clicking and choosing "Profiling Tools".
If anyone here were able to implement these tools, could you please help me doing it?
Thank you very much.
Necati