We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi ,
I have STM32F746NG board and I am using Keil uvision IDE to create a sample project for the same board.
My question is how can I benchmark given portion of the code using Keil IDE? Could you provide a sample code that I could use to do the same?
I have tried out clock() but output of it always zero.(Keil IDE is evaluation version, but I have ARM-DS licensed version).
Any help would be highly appreciated..
Thanks in advance,
Praveen.
basically there are two options to benchmark a portion of code:
1) use Performance Analyzer by enabling ETM Trace and using ULINKpro
www.keil.com/.../uv4_db_dbg_perfanalyzer.htm
2) use Event Statistics by enabling Event Recorder:
https://www.keil.com/support/man/docs/uv4/uv4_db_dbg_evr_stat.htm
www.keil.com/.../es_use.html