Updated reports.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1169 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
ff9c595c54
commit
a297cfe4f1
|
@ -5,9 +5,9 @@ Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state)
|
|||
|
||||
*** ChibiOS/RT test suite
|
||||
***
|
||||
*** Kernel: 1.3.1unstable
|
||||
*** Kernel: 1.3.2unstable
|
||||
*** Architecture: ARM7TDMI
|
||||
*** GCC Version: 4.3.3
|
||||
*** GCC Version: 4.4.1
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 1.1 (Threads, enqueuing test #1)
|
||||
|
@ -71,7 +71,7 @@ Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state)
|
|||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 7.1 (Heap, allocation and fragmentation test)
|
||||
--- Size : 61344 bytes, not fragmented
|
||||
--- Size : 61428 bytes, not fragmented
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 8.1 (Memory Pools, queue/dequeue)
|
||||
|
@ -89,54 +89,65 @@ Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state)
|
|||
--- Test Case 10.2 (Queues, output queues)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.1 (Serial driver, synchronous)
|
||||
--- Test Case 11.1 (Benchmark, messages #1)
|
||||
--- Score : 114920 msgs/S, 229840 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.2 (Serial driver, asynchronous)
|
||||
--- Test Case 11.2 (Benchmark, messages #2)
|
||||
--- Score : 90543 msgs/S, 181086 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.1 (Benchmark, messages #1)
|
||||
--- Score : 115475 msgs/S, 230950 ctxswc/S
|
||||
--- Test Case 11.3 (Benchmark, messages #3)
|
||||
--- Score : 90543 msgs/S, 181086 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.2 (Benchmark, messages #2)
|
||||
--- Score : 90202 msgs/S, 180404 ctxswc/S
|
||||
--- Test Case 11.4 (Benchmark, context switch)
|
||||
--- Score : 391056 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.3 (Benchmark, messages #3)
|
||||
--- Score : 90202 msgs/S, 180404 ctxswc/S
|
||||
--- Test Case 11.5 (Benchmark, threads, full cycle)
|
||||
--- Score : 82564 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.4 (Benchmark, context switch)
|
||||
--- Score : 394288 ctxswc/S
|
||||
--- Test Case 11.6 (Benchmark, threads, create only)
|
||||
--- Score : 115469 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.5 (Benchmark, threads, full cycle)
|
||||
--- Score : 79016 threads/S
|
||||
--- Test Case 11.7 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 28337 reschedulations/S, 170022 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.6 (Benchmark, threads, create only)
|
||||
--- Score : 108154 threads/S
|
||||
--- Test Case 11.8 (Benchmark, round robin context switching)
|
||||
--- Score : 258028 reschedulations/S, 258028 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.7 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 28038 reschedulations/S, 168228 ctxswc/S
|
||||
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 249164 bytes/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.8 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 231100 bytes/S
|
||||
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
||||
--- Score : 264136 timers/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.9 (Benchmark, virtual timers set/reset)
|
||||
--- Score : 264138 timers/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.10 (Benchmark, semaphores wait/signal)
|
||||
--- Test Case 11.11 (Benchmark, semaphores wait/signal)
|
||||
--- Score : 466428 wait+signal/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.11 (Benchmark, mutexes lock/unlock)
|
||||
--- Score : 321944 lock+unlock/S
|
||||
--- Test Case 11.12 (Benchmark, mutexes lock/unlock)
|
||||
--- Score : 317664 lock+unlock/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.13 (Benchmark, RAM footprint)
|
||||
--- System: 324 bytes
|
||||
--- Thread: 60 bytes
|
||||
--- Timer : 20 bytes
|
||||
--- Semaph: 12 bytes
|
||||
--- EventS: 4 bytes
|
||||
--- EventL: 12 bytes
|
||||
--- Mutex : 16 bytes
|
||||
--- CondV.: 8 bytes
|
||||
--- Queue : 32 bytes
|
||||
--- MailB.: 40 bytes
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -5,9 +5,9 @@ Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state)
|
|||
|
||||
*** ChibiOS/RT test suite
|
||||
***
|
||||
*** Kernel: 1.3.1unstable
|
||||
*** Kernel: 1.3.2unstable
|
||||
*** Architecture: ARM7TDMI
|
||||
*** GCC Version: 4.3.3
|
||||
*** GCC Version: 4.4.1
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 1.1 (Threads, enqueuing test #1)
|
||||
|
@ -71,7 +71,7 @@ Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state)
|
|||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 7.1 (Heap, allocation and fragmentation test)
|
||||
--- Size : 61344 bytes, not fragmented
|
||||
--- Size : 61428 bytes, not fragmented
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 8.1 (Memory Pools, queue/dequeue)
|
||||
|
@ -89,54 +89,65 @@ Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state)
|
|||
--- Test Case 10.2 (Queues, output queues)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.1 (Serial driver, synchronous)
|
||||
--- Test Case 11.1 (Benchmark, messages #1)
|
||||
--- Score : 104631 msgs/S, 209262 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.2 (Serial driver, asynchronous)
|
||||
--- Test Case 11.2 (Benchmark, messages #2)
|
||||
--- Score : 86467 msgs/S, 172934 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.1 (Benchmark, messages #1)
|
||||
--- Score : 103051 msgs/S, 206102 ctxswc/S
|
||||
--- Test Case 11.3 (Benchmark, messages #3)
|
||||
--- Score : 86467 msgs/S, 172934 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.2 (Benchmark, messages #2)
|
||||
--- Score : 85385 msgs/S, 170770 ctxswc/S
|
||||
--- Test Case 11.4 (Benchmark, context switch)
|
||||
--- Score : 400560 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.3 (Benchmark, messages #3)
|
||||
--- Score : 85385 msgs/S, 170770 ctxswc/S
|
||||
--- Test Case 11.5 (Benchmark, threads, full cycle)
|
||||
--- Score : 85230 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.4 (Benchmark, context switch)
|
||||
--- Score : 398888 ctxswc/S
|
||||
--- Test Case 11.6 (Benchmark, threads, create only)
|
||||
--- Score : 117189 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.5 (Benchmark, threads, full cycle)
|
||||
--- Score : 82154 threads/S
|
||||
--- Test Case 11.7 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 28597 reschedulations/S, 171582 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.6 (Benchmark, threads, create only)
|
||||
--- Score : 112237 threads/S
|
||||
--- Test Case 11.8 (Benchmark, round robin context switching)
|
||||
--- Score : 249680 reschedulations/S, 249680 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.7 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 27978 reschedulations/S, 167868 ctxswc/S
|
||||
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 265680 bytes/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.8 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 262760 bytes/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.9 (Benchmark, virtual timers set/reset)
|
||||
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
||||
--- Score : 323120 timers/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.10 (Benchmark, semaphores wait/signal)
|
||||
--- Score : 367156 wait+signal/S
|
||||
--- Test Case 11.11 (Benchmark, semaphores wait/signal)
|
||||
--- Score : 364364 wait+signal/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.11 (Benchmark, mutexes lock/unlock)
|
||||
--- Score : 263848 lock+unlock/S
|
||||
--- Test Case 11.12 (Benchmark, mutexes lock/unlock)
|
||||
--- Score : 262400 lock+unlock/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.13 (Benchmark, RAM footprint)
|
||||
--- System: 324 bytes
|
||||
--- Thread: 60 bytes
|
||||
--- Timer : 20 bytes
|
||||
--- Semaph: 12 bytes
|
||||
--- EventS: 4 bytes
|
||||
--- EventL: 12 bytes
|
||||
--- Mutex : 16 bytes
|
||||
--- CondV.: 8 bytes
|
||||
--- Queue : 32 bytes
|
||||
--- MailB.: 40 bytes
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -5,9 +5,9 @@ Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states)
|
|||
|
||||
*** ChibiOS/RT test suite
|
||||
***
|
||||
*** Kernel: 1.3.0unstable
|
||||
*** Kernel: 1.3.2unstable
|
||||
*** Architecture: ARM7TDMI
|
||||
*** GCC Version: 4.3.3
|
||||
*** GCC Version: 4.4.1
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 1.1 (Threads, enqueuing test #1)
|
||||
|
@ -71,7 +71,7 @@ Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states)
|
|||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 7.1 (Heap, allocation and fragmentation test)
|
||||
--- Size : 27360 bytes, not fragmented
|
||||
--- Size : 26676 bytes, not fragmented
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 8.1 (Memory Pools, queue/dequeue)
|
||||
|
@ -89,54 +89,65 @@ Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states)
|
|||
--- Test Case 10.2 (Queues, output queues)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.1 (Serial driver, synchronous)
|
||||
--- Test Case 11.1 (Benchmark, messages #1)
|
||||
--- Score : 144428 msgs/S, 288856 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.2 (Serial driver, asynchronous)
|
||||
--- Test Case 11.2 (Benchmark, messages #2)
|
||||
--- Score : 114644 msgs/S, 229288 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.1 (Benchmark, messages #1)
|
||||
--- Score : 145306 msgs/S, 290612 ctxswc/S
|
||||
--- Test Case 11.3 (Benchmark, messages #3)
|
||||
--- Score : 114644 msgs/S, 229288 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.2 (Benchmark, messages #2)
|
||||
--- Score : 112485 msgs/S, 224970 ctxswc/S
|
||||
--- Test Case 11.4 (Benchmark, context switch)
|
||||
--- Score : 501240 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.3 (Benchmark, messages #3)
|
||||
--- Score : 112485 msgs/S, 224970 ctxswc/S
|
||||
--- Test Case 11.5 (Benchmark, threads, full cycle)
|
||||
--- Score : 107671 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.4 (Benchmark, context switch)
|
||||
--- Score : 506544 ctxswc/S
|
||||
--- Test Case 11.6 (Benchmark, threads, create only)
|
||||
--- Score : 150334 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.5 (Benchmark, threads, full cycle)
|
||||
--- Score : 103028 threads/S
|
||||
--- Test Case 11.7 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 36494 reschedulations/S, 218964 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.6 (Benchmark, threads, create only)
|
||||
--- Score : 141434 threads/S
|
||||
--- Test Case 11.8 (Benchmark, round robin context switching)
|
||||
--- Score : 340836 reschedulations/S, 340836 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.7 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 36162 reschedulations/S, 216972 ctxswc/S
|
||||
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 357104 bytes/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.8 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 334596 bytes/S
|
||||
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
||||
--- Score : 309452 timers/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.9 (Benchmark, virtual timers set/reset)
|
||||
--- Score : 309448 timers/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.10 (Benchmark, semaphores wait/signal)
|
||||
--- Test Case 11.11 (Benchmark, semaphores wait/signal)
|
||||
--- Score : 622892 wait+signal/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.11 (Benchmark, mutexes lock/unlock)
|
||||
--- Score : 386328 lock+unlock/S
|
||||
--- Test Case 11.12 (Benchmark, mutexes lock/unlock)
|
||||
--- Score : 380196 lock+unlock/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.13 (Benchmark, RAM footprint)
|
||||
--- System: 324 bytes
|
||||
--- Thread: 60 bytes
|
||||
--- Timer : 20 bytes
|
||||
--- Semaph: 12 bytes
|
||||
--- EventS: 4 bytes
|
||||
--- EventL: 12 bytes
|
||||
--- Mutex : 16 bytes
|
||||
--- CondV.: 8 bytes
|
||||
--- Queue : 32 bytes
|
||||
--- MailB.: 40 bytes
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -5,9 +5,9 @@ Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states)
|
|||
|
||||
*** ChibiOS/RT test suite
|
||||
***
|
||||
*** Kernel: 1.3.0unstable
|
||||
*** Kernel: 1.3.2unstable
|
||||
*** Architecture: ARM7TDMI
|
||||
*** GCC Version: 4.3.3
|
||||
*** GCC Version: 4.4.1
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 1.1 (Threads, enqueuing test #1)
|
||||
|
@ -71,7 +71,7 @@ Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states)
|
|||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 7.1 (Heap, allocation and fragmentation test)
|
||||
--- Size : 27360 bytes, not fragmented
|
||||
--- Size : 26676 bytes, not fragmented
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 8.1 (Memory Pools, queue/dequeue)
|
||||
|
@ -89,54 +89,65 @@ Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states)
|
|||
--- Test Case 10.2 (Queues, output queues)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.1 (Serial driver, synchronous)
|
||||
--- Test Case 11.1 (Benchmark, messages #1)
|
||||
--- Score : 104991 msgs/S, 209982 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.2 (Serial driver, asynchronous)
|
||||
--- Test Case 11.2 (Benchmark, messages #2)
|
||||
--- Score : 87494 msgs/S, 174988 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.1 (Benchmark, messages #1)
|
||||
--- Score : 103620 msgs/S, 207240 ctxswc/S
|
||||
--- Test Case 11.3 (Benchmark, messages #3)
|
||||
--- Score : 87494 msgs/S, 174988 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.2 (Benchmark, messages #2)
|
||||
--- Score : 86227 msgs/S, 172454 ctxswc/S
|
||||
--- Test Case 11.4 (Benchmark, context switch)
|
||||
--- Score : 410488 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.3 (Benchmark, messages #3)
|
||||
--- Score : 86227 msgs/S, 172454 ctxswc/S
|
||||
--- Test Case 11.5 (Benchmark, threads, full cycle)
|
||||
--- Score : 87174 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.4 (Benchmark, context switch)
|
||||
--- Score : 406992 ctxswc/S
|
||||
--- Test Case 11.6 (Benchmark, threads, create only)
|
||||
--- Score : 120331 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.5 (Benchmark, threads, full cycle)
|
||||
--- Score : 83513 threads/S
|
||||
--- Test Case 11.7 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 29561 reschedulations/S, 177366 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.6 (Benchmark, threads, create only)
|
||||
--- Score : 114007 threads/S
|
||||
--- Test Case 11.8 (Benchmark, round robin context switching)
|
||||
--- Score : 257160 reschedulations/S, 257160 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.7 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 28812 reschedulations/S, 172872 ctxswc/S
|
||||
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 265340 bytes/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.8 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 259552 bytes/S
|
||||
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
||||
--- Score : 303348 timers/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.9 (Benchmark, virtual timers set/reset)
|
||||
--- Score : 302376 timers/S
|
||||
--- Test Case 11.11 (Benchmark, semaphores wait/signal)
|
||||
--- Score : 353240 wait+signal/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.10 (Benchmark, semaphores wait/signal)
|
||||
--- Score : 350644 wait+signal/S
|
||||
--- Test Case 11.12 (Benchmark, mutexes lock/unlock)
|
||||
--- Score : 249168 lock+unlock/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.11 (Benchmark, mutexes lock/unlock)
|
||||
--- Score : 249148 lock+unlock/S
|
||||
--- Test Case 11.13 (Benchmark, RAM footprint)
|
||||
--- System: 324 bytes
|
||||
--- Thread: 60 bytes
|
||||
--- Timer : 20 bytes
|
||||
--- Semaph: 12 bytes
|
||||
--- EventS: 4 bytes
|
||||
--- EventL: 12 bytes
|
||||
--- Mutex : 16 bytes
|
||||
--- CondV.: 8 bytes
|
||||
--- Queue : 32 bytes
|
||||
--- MailB.: 40 bytes
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Settings: MCLK=DCOCLK 750Khz
|
|||
|
||||
*** ChibiOS/RT test suite
|
||||
***
|
||||
*** Kernel: 1.3.0unstable
|
||||
*** Kernel: 1.3.2unstable
|
||||
*** Architecture: MSP430
|
||||
*** GCC Version: 3.2.3
|
||||
|
||||
|
@ -89,55 +89,66 @@ Settings: MCLK=DCOCLK 750Khz
|
|||
--- Test Case 10.2 (Queues, output queues)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.1 (Serial driver, synchronous)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.2 (Serial driver, asynchronous)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.1 (Benchmark, messages #1)
|
||||
--- Test Case 11.1 (Benchmark, messages #1)
|
||||
--- Score : 1934 msgs/S, 3868 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.2 (Benchmark, messages #2)
|
||||
--- Test Case 11.2 (Benchmark, messages #2)
|
||||
--- Score : 1602 msgs/S, 3204 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.3 (Benchmark, messages #3)
|
||||
--- Score : 1603 msgs/S, 3206 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.3 (Benchmark, messages #3)
|
||||
--- Score : 1603 msgs/S, 3206 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.4 (Benchmark, context switch)
|
||||
--- Test Case 11.4 (Benchmark, context switch)
|
||||
--- Score : 5936 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.5 (Benchmark, threads, full cycle)
|
||||
--- Score : 1318 threads/S
|
||||
--- Test Case 11.5 (Benchmark, threads, full cycle)
|
||||
--- Score : 1319 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.6 (Benchmark, threads, create only)
|
||||
--- Test Case 11.6 (Benchmark, threads, create only)
|
||||
--- Score : 1699 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.7 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Test Case 11.7 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 494 reschedulations/S, 2964 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.8 (Benchmark, I/O Queues throughput)
|
||||
--- Test Case 11.8 (Benchmark, round robin context switching)
|
||||
--- Score : 4280 reschedulations/S, 4280 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 5020 bytes/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.9 (Benchmark, virtual timers set/reset)
|
||||
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
||||
--- Score : 5628 timers/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.10 (Benchmark, semaphores wait/signal)
|
||||
--- Test Case 11.11 (Benchmark, semaphores wait/signal)
|
||||
--- Score : 13908 wait+signal/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.11 (Benchmark, mutexes lock/unlock)
|
||||
--- Test Case 11.12 (Benchmark, mutexes lock/unlock)
|
||||
--- Score : 7760 lock+unlock/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.13 (Benchmark, RAM footprint)
|
||||
--- System: 202 bytes
|
||||
--- Thread: 30 bytes
|
||||
--- Timer : 10 bytes
|
||||
--- Semaph: 6 bytes
|
||||
--- EventS: 2 bytes
|
||||
--- EventL: 6 bytes
|
||||
--- Mutex : 8 bytes
|
||||
--- CondV.: 4 bytes
|
||||
--- Queue : 16 bytes
|
||||
--- MailB.: 20 bytes
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
Final result: SUCCESS
|
||||
|
|
|
@ -5,9 +5,9 @@ Settings: SYSCLK=48, ACR=0x11 (1 wait state)
|
|||
|
||||
*** ChibiOS/RT test suite
|
||||
***
|
||||
*** Kernel: 1.3.1unstable
|
||||
*** Kernel: 1.3.2unstable
|
||||
*** Architecture: ARM Cortex-M3
|
||||
*** GCC Version: 4.3.3
|
||||
*** GCC Version: 4.4.1
|
||||
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 1.1 (Threads, enqueuing test #1)
|
||||
|
@ -71,7 +71,7 @@ Settings: SYSCLK=48, ACR=0x11 (1 wait state)
|
|||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 7.1 (Heap, allocation and fragmentation test)
|
||||
--- Size : 16324 bytes, not fragmented
|
||||
--- Size : 16408 bytes, not fragmented
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 8.1 (Memory Pools, queue/dequeue)
|
||||
|
@ -89,54 +89,65 @@ Settings: SYSCLK=48, ACR=0x11 (1 wait state)
|
|||
--- Test Case 10.2 (Queues, output queues)
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.1 (Serial driver, synchronous)
|
||||
--- Test Case 11.1 (Benchmark, messages #1)
|
||||
--- Score : 161714 msgs/S, 323428 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.2 (Serial driver, asynchronous)
|
||||
--- Test Case 11.2 (Benchmark, messages #2)
|
||||
--- Score : 135982 msgs/S, 271964 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.1 (Benchmark, messages #1)
|
||||
--- Score : 161093 msgs/S, 322186 ctxswc/S
|
||||
--- Test Case 11.3 (Benchmark, messages #3)
|
||||
--- Score : 135981 msgs/S, 271962 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.2 (Benchmark, messages #2)
|
||||
--- Score : 132900 msgs/S, 265800 ctxswc/S
|
||||
--- Test Case 11.4 (Benchmark, context switch)
|
||||
--- Score : 498624 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.3 (Benchmark, messages #3)
|
||||
--- Score : 132900 msgs/S, 265800 ctxswc/S
|
||||
--- Test Case 11.5 (Benchmark, threads, full cycle)
|
||||
--- Score : 127308 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.4 (Benchmark, context switch)
|
||||
--- Score : 493248 ctxswc/S
|
||||
--- Test Case 11.6 (Benchmark, threads, create only)
|
||||
--- Score : 162821 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.5 (Benchmark, threads, full cycle)
|
||||
--- Score : 123311 threads/S
|
||||
--- Test Case 11.7 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 43439 reschedulations/S, 260634 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.6 (Benchmark, threads, create only)
|
||||
--- Score : 159485 threads/S
|
||||
--- Test Case 11.8 (Benchmark, round robin context switching)
|
||||
--- Score : 371820 reschedulations/S, 371820 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.7 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 41861 reschedulations/S, 251166 ctxswc/S
|
||||
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 377504 bytes/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.8 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 365960 bytes/S
|
||||
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
||||
--- Score : 526066 timers/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.9 (Benchmark, virtual timers set/reset)
|
||||
--- Score : 525822 timers/S
|
||||
--- Test Case 11.11 (Benchmark, semaphores wait/signal)
|
||||
--- Score : 686360 wait+signal/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.10 (Benchmark, semaphores wait/signal)
|
||||
--- Score : 676360 wait+signal/S
|
||||
--- Test Case 11.12 (Benchmark, mutexes lock/unlock)
|
||||
--- Score : 475188 lock+unlock/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 12.11 (Benchmark, mutexes lock/unlock)
|
||||
--- Score : 489544 lock+unlock/S
|
||||
--- Test Case 11.13 (Benchmark, RAM footprint)
|
||||
--- System: 300 bytes
|
||||
--- Thread: 60 bytes
|
||||
--- Timer : 20 bytes
|
||||
--- Semaph: 12 bytes
|
||||
--- EventS: 4 bytes
|
||||
--- EventL: 12 bytes
|
||||
--- Mutex : 16 bytes
|
||||
--- CondV.: 8 bytes
|
||||
--- Queue : 32 bytes
|
||||
--- MailB.: 40 bytes
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -1,108 +1,108 @@
|
|||
Platform : ARM Cortex-M3
|
||||
OS Setup : Full kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -O2 -mthumb
|
||||
Kernel Size = 5504
|
||||
Kernel Size = 5168
|
||||
|
||||
Platform : ARM Cortex-M3
|
||||
OS Setup : Minimal kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -O2 -mthumb
|
||||
Kernel Size = 1232
|
||||
Kernel Size = 1280
|
||||
|
||||
Platform : ARM Cortex-M3
|
||||
OS Setup : Full kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -Os -mthumb
|
||||
Kernel Size = 5296
|
||||
Kernel Size = 4960
|
||||
|
||||
Platform : ARM Cortex-M3
|
||||
OS Setup : Minimal kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -Os -mthumb
|
||||
Kernel Size = 1248
|
||||
Kernel Size = 1216
|
||||
|
||||
Platform : ARM Cortex-M3
|
||||
OS Setup : Full kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\"
|
||||
Kernel Size = 4976
|
||||
Kernel Size = 4704
|
||||
|
||||
Platform : ARM Cortex-M3
|
||||
OS Setup : Minimal kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\"
|
||||
Kernel Size = 1200
|
||||
Kernel Size = 1184
|
||||
|
||||
Platform : ARM7TDMI (ARM mode)
|
||||
OS Setup : Full kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -O2
|
||||
Kernel Size = 7936
|
||||
Kernel Size = 7760
|
||||
|
||||
Platform : ARM7TDMI (ARM mode)
|
||||
OS Setup : Minimal kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -O2
|
||||
Kernel Size = 1856
|
||||
|
||||
Platform : ARM7TDMI (ARM mode)
|
||||
OS Setup : Full kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -Os
|
||||
Kernel Size = 7568
|
||||
Kernel Size = 7536
|
||||
|
||||
Platform : ARM7TDMI (ARM mode)
|
||||
OS Setup : Minimal kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -Os
|
||||
Kernel Size = 1824
|
||||
Kernel Size = 1808
|
||||
|
||||
Platform : ARM7TDMI (ARM mode)
|
||||
OS Setup : Full kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -Os -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\"
|
||||
Kernel Size = 7104
|
||||
|
||||
Platform : ARM7TDMI (ARM mode)
|
||||
OS Setup : Minimal kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -Os -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\"
|
||||
Kernel Size = 1776
|
||||
Kernel Size = 1744
|
||||
|
||||
Platform : ARM7TDMI (THUMB mode)
|
||||
OS Setup : Full kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -O2 -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||
Kernel Size = 5200
|
||||
Kernel Size = 5008
|
||||
|
||||
Platform : ARM7TDMI (THUMB mode)
|
||||
OS Setup : Minimal kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -O2 -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||
Kernel Size = 1312
|
||||
Kernel Size = 1296
|
||||
|
||||
Platform : ARM7TDMI (THUMB mode)
|
||||
OS Setup : Full kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -Os -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||
Kernel Size = 5056
|
||||
Kernel Size = 4816
|
||||
|
||||
Platform : ARM7TDMI (THUMB mode)
|
||||
OS Setup : Minimal kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -Os -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||
Kernel Size = 1280
|
||||
Kernel Size = 1264
|
||||
|
||||
Platform : ARM7TDMI (THUMB mode)
|
||||
OS Setup : Full kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||
Kernel Size = 4736
|
||||
Kernel Size = 4560
|
||||
|
||||
Platform : ARM7TDMI (THUMB mode)
|
||||
OS Setup : Minimal kernel
|
||||
Compiler : arm-elf-gcc (GCC) 4.3.3
|
||||
Compiler : arm-elf-gcc (GCC) 4.4.1
|
||||
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
|
||||
Kernel Size = 1216
|
||||
|
||||
|
@ -110,7 +110,7 @@ Platform : MSP430
|
|||
OS Setup : Full kernel
|
||||
Compiler : msp430-gcc (GCC) 3.2.3
|
||||
Options : -O2
|
||||
Kernel Size = 5500
|
||||
Kernel Size = 5324
|
||||
|
||||
Platform : MSP430
|
||||
OS Setup : Minimal kernel
|
||||
|
@ -122,7 +122,7 @@ Platform : MSP430
|
|||
OS Setup : Full kernel
|
||||
Compiler : msp430-gcc (GCC) 3.2.3
|
||||
Options : -Os
|
||||
Kernel Size = 5484
|
||||
Kernel Size = 5308
|
||||
|
||||
Platform : MSP430
|
||||
OS Setup : Minimal kernel
|
||||
|
|
Loading…
Reference in New Issue