2008-10-18 09:58:54 +00:00
|
|
|
***************************************************************************
|
2008-12-28 18:26:50 +00:00
|
|
|
Kernel: ChibiOS/RT 1.0.0 RC1
|
2008-10-18 09:58:54 +00:00
|
|
|
Compiler: GCC 3.2.3 (MSPGCC)
|
|
|
|
Options: -O2 -fomit-frame-pointer
|
|
|
|
Settings: MCLK=DCOCLK 750Khz
|
|
|
|
***************************************************************************
|
|
|
|
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
--- Test Case 1 (Ready List, priority enqueuing test #1)
|
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
--- Test Case 2 (Ready List, priority enqueuing test #2)
|
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
--- Test Case 3 (Semaphores, FIFO enqueuing test)
|
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
--- Test Case 4 (Semaphores, timeout test)
|
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
--- Test Case 5 (Mutexes, priority enqueuing test)
|
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
--- Test Case 6 (Mutexes, priority inheritance, simple case)
|
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
--- Test Case 7 (Mutexes, priority inheritance, complex case)
|
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
2008-11-15 11:08:53 +00:00
|
|
|
--- Test Case 8 (CondVar, signal test)
|
2008-10-18 09:58:54 +00:00
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
2008-11-15 11:08:53 +00:00
|
|
|
--- Test Case 9 (CondVar, broadcast test)
|
2008-10-18 09:58:54 +00:00
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
2008-11-15 11:08:53 +00:00
|
|
|
--- Test Case 10 (Messages, dispatch test)
|
2008-10-18 09:58:54 +00:00
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
2008-11-15 11:08:53 +00:00
|
|
|
--- Test Case 11 (Events, wait and broadcast)
|
2008-10-18 09:58:54 +00:00
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
2008-11-15 11:08:53 +00:00
|
|
|
--- Test Case 12 (Heap, allocation and fragmentation test)
|
|
|
|
--- Size : 508 bytes, not fragmented
|
2008-10-18 09:58:54 +00:00
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
2008-11-15 11:08:53 +00:00
|
|
|
--- Test Case 13 (Memory Pools, allocation and enqueuing test)
|
2008-10-18 09:58:54 +00:00
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
2008-11-15 11:08:53 +00:00
|
|
|
--- Test Case 14 (Dynamic APIs, threads creation from heap)
|
2008-10-18 09:58:54 +00:00
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
2008-11-15 11:08:53 +00:00
|
|
|
--- Test Case 15 (Dynamic APIs, threads creation from memory pool)
|
2008-10-18 09:58:54 +00:00
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
2008-11-15 11:08:53 +00:00
|
|
|
--- Test Case 16 (Benchmark, context switch #1, optimal)
|
2008-12-28 18:26:50 +00:00
|
|
|
--- Score : 1942 msgs/S, 3884 ctxswc/S
|
2008-10-18 09:58:54 +00:00
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
2008-11-15 11:08:53 +00:00
|
|
|
--- Test Case 17 (Benchmark, context switch #2, empty ready list)
|
2008-12-28 18:26:50 +00:00
|
|
|
--- Score : 1611 msgs/S, 3222 ctxswc/S
|
2008-10-18 09:58:54 +00:00
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
2008-11-15 11:08:53 +00:00
|
|
|
--- Test Case 18 (Benchmark, context switch #3, 4 threads in ready list)
|
2008-12-28 18:26:50 +00:00
|
|
|
--- Score : 1611 msgs/S, 3222 ctxswc/S
|
2008-11-15 11:08:53 +00:00
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
--- Test Case 19 (Benchmark, threads creation/termination, worst case)
|
2008-12-28 18:26:50 +00:00
|
|
|
--- Score : 1311 threads/S
|
2008-11-15 11:08:53 +00:00
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
--- Test Case 20 (Benchmark, threads creation/termination, optimal)
|
2008-12-28 18:26:50 +00:00
|
|
|
--- Score : 1681 threads/S
|
2008-11-15 11:08:53 +00:00
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
|
|
|
--- Test Case 21 (Benchmark, mass reschedulation, 5 threads)
|
2008-10-18 09:58:54 +00:00
|
|
|
--- Score : 498 reschedulations/S, 2988 ctxswc/S
|
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
2008-11-15 11:08:53 +00:00
|
|
|
--- Test Case 22 (Benchmark, I/O Queues throughput)
|
2008-10-18 09:58:54 +00:00
|
|
|
--- Score : 5432 bytes/S
|
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
2008-11-15 11:08:53 +00:00
|
|
|
--- Test Case 23 (Benchmark, virtual timers set/reset)
|
|
|
|
--- Score : 5632 timers/S
|
|
|
|
--- Result: SUCCESS
|
|
|
|
---------------------------------------------------------------------------
|
2008-12-06 10:59:44 +00:00
|
|
|
|
|
|
|
Final result: SUCCESS
|