Hi, I am running an ARM app that does some math calculations over data. I would like to know (if possible, easy) way to get CPU load when application runs.
I am using evmDM8168, ezsdk-5_05_01_04.
I am thinking on:
an API the ezsdk offers so the application can colect CPU info at runtime,
or
some command-line utility that logs the CPU stats (for example into a file) before and after the application runs, so it can be inspected later.
What options do I have? , Thanks
- Jose L.