Menu

#71 Enhance run-time-stats to account for ISR

open
nobody
None
5
2013-05-16
2013-05-16
Preet Kang
No

Include two new macros :
vEnterIsr();
vExitIsr();

Add one more global variable :
uint32 isr_ticks;

This will do this for us :
* ISR overhead won't be piggy-backed onto tasks runtime
* We will know how much processing ISRs are consuming

This will get us better run-time stats that account for the previously invisible isr cpu usage.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.