(0000353)
|
Fred
|
2011-10-06 20:30
|
|
I just realised that this is actually slightly more complicated than I was modelling it. The worst case from input edge to output being triggered is this:
=WORSTOF(All other ISR runtimes and ATOMIC operations) + WORSTOF(primary decoder logic, secondary decoder logic) + (number of iterations * iteration runtime)
In other words, to do this right, we not only need to profile each and every decoder, and the scheduling code, we ALSO need to profile all other ISRs and ATOMIC blocks!
Make sure this is done correctly! |
|