Forum Discussion
Altera_Forum
Honored Contributor
13 years agoPeak CPU load
Hi,
MicroC/OS-II has a statistics task which allows you to monitor CPU load with the OSCPUUsage variable. This runs fine but I am interested in measuring peak performance. Does anybody know a method to measure that?1 Reply
- Altera_Forum
Honored Contributor
There is probably not anything available, but you could craft one via the OSTaskIdleHook(). It sounds like you are simply looking for the maximum elapsed time between invocations of that hook. In other words, the longest period of time that your software is not-idle.