Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

Peak CPU load

Altera_Forum
Honored Contributor II
935 Views

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?
0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
263 Views

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.

0 Kudos
Reply