What factors increase AP scheduling overhead?
In approximate order of importance, the cost of AP scheduling increases with: • number of scheduling operations. such as message, event and signal sending, mutex operations, and sleeps • platform. In particular ARM is noticeably slower because of the IO needed to implement ClockCycles() • frequency of clock ticks • number of partitions • use of runmasks In all cases, the increase is approximately linear.