Benchmark des uCOS-II auf dem M16C/62
*************************************
2003-04-01 Florian Stassen

The hardcopies was made with OS_TICKS_PER_SEC = 4000.
D8 is P10.0, changed in TestTask().
D0-D7 (marked with D*) shows the LSB of OSIdleCtr, changed in OSTaskIdleHook().

Every OS_TICKS_PER_SEC (= 250 us) 64 times Idle, the timer interrupt, 2 task switched
and the TestTask() are executed.

PRINT_4 shows an overview.

PRINT_5 measures timer interrupt and task switch to the TestTask().
Approx. 35 us for interrupt and task switch.

PRINT_6 measures task switch to OSIdleTask().
Approx. 15 us for a normal task switch.

************************************************************************************
End of File
