Updated test reports.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@817 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2009-03-08 09:16:19 +00:00
parent 8588e9642d
commit 5a176878c4
10 changed files with 258 additions and 170 deletions

View File

@ -1,87 +1,98 @@
*************************************************************************** ***************************************************************************
Kernel: ChibiOS/RT 1.1.0 unstable Kernel: ChibiOS/RT 1.1.1 unstable
Compiler: GCC 4.3.2 (YAGARTO 28.09.2008) Compiler: GCC 4.3.2 (YAGARTO 28.09.2008)
Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16 Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16
Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states) Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states)
*************************************************************************** ***************************************************************************
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 1 (Ready List, priority enqueuing test #1) --- Test Case 1.1 (Ready List, priority enqueuing test #1)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 2 (Ready List, priority enqueuing test #2) --- Test Case 1.2 (Ready List, priority enqueuing test #2)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 3 (Semaphores, FIFO enqueuing test) --- Test Case 2.1 (Semaphores, FIFO enqueuing test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 4 (Semaphores, timeout test) --- Test Case 2.2 (Semaphores, timeout test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 5 (Mutexes, priority enqueuing test) --- Test Case 3.1 (Mutexes, priority enqueuing test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 6 (Mutexes, priority inheritance, simple case) --- Test Case 3.2 (Mutexes, priority inheritance, simple case)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 7 (Mutexes, priority inheritance, complex case) --- Test Case 3.3 (Mutexes, priority inheritance, complex case)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 8 (CondVar, signal test) --- Test Case 4.1 (CondVar, signal test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 9 (CondVar, broadcast test) --- Test Case 4.2 (CondVar, broadcast test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 10 (Messages, dispatch test) --- Test Case 5.1 (Messages, dispatch test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 11 (Events, wait and broadcast) --- Test Case 6.1 (Mailboxes, queuing and timeouts)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 12 (Heap, allocation and fragmentation test) --- Test Case 7.1 (Events, wait and broadcast)
--- Size : 27668 bytes, not fragmented
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 13 (Memory Pools, allocation and enqueuing test) --- Test Case 8.1 (Heap, allocation and fragmentation test)
--- Size : 27500 bytes, not fragmented
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 14 (Dynamic APIs, threads creation from heap) --- Test Case 9.1 (Memory Pools, allocation and enqueuing test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 15 (Dynamic APIs, threads creation from memory pool) --- Test Case 10.1 (Dynamic APIs, threads creation from heap)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 16 (Benchmark, context switch #1, optimal) --- Test Case 10.2 (Dynamic APIs, threads creation from memory pool)
--- Score : 144452 msgs/S, 288904 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 17 (Benchmark, context switch #2, empty ready list) --- Test Case 11.1 (Benchmark, context switch #1, optimal)
--- Score : 111979 msgs/S, 223958 ctxswc/S --- Score : 144456 msgs/S, 288912 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 18 (Benchmark, context switch #3, 4 threads in ready list) --- Test Case 11.2 (Benchmark, context switch #2, empty ready list)
--- Score : 111978 msgs/S, 223956 ctxswc/S --- Score : 111978 msgs/S, 223956 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 19 (Benchmark, threads creation/termination, worst case) --- Test Case 11.3 (Benchmark, context switch #3, 4 threads in ready list)
--- Score : 111977 msgs/S, 223954 ctxswc/S
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 11.4 (Benchmark, threads creation/termination, worst case)
--- Score : 103047 threads/S --- Score : 103047 threads/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 20 (Benchmark, threads creation/termination, optimal) --- Test Case 11.5 (Benchmark, threads creation/termination, optimal)
--- Score : 141463 threads/S --- Score : 141461 threads/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 21 (Benchmark, mass reschedulation, 5 threads) --- Test Case 11.6 (Benchmark, mass reschedulation, 5 threads)
--- Score : 36006 reschedulations/S, 216036 ctxswc/S --- Score : 36006 reschedulations/S, 216036 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 22 (Benchmark, I/O Queues throughput) --- Test Case 11.7 (Benchmark, I/O Queues throughput)
--- Score : 341232 bytes/S --- Score : 341228 bytes/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 23 (Benchmark, virtual timers set/reset) --- Test Case 11.8 (Benchmark, virtual timers set/reset)
--- Score : 309500 timers/S --- Score : 309504 timers/S
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 11.9 (Benchmark, semaphores wait/signal)
--- Score : 623000 wait+signal/S
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 11.10 (Benchmark, mutexes lock/unlock)
--- Score : 392752 lock+unlock/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -1,87 +1,98 @@
*************************************************************************** ***************************************************************************
Kernel: ChibiOS/RT 1.1.0 unstable Kernel: ChibiOS/RT 1.1.1 unstable
Compiler: GCC 4.3.2 (YAGARTO 28.09.2008) Compiler: GCC 4.3.2 (YAGARTO 28.09.2008)
Options: -Os -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16 Options: -Os -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16
Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states) Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states)
*************************************************************************** ***************************************************************************
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 1 (Ready List, priority enqueuing test #1) --- Test Case 1.1 (Ready List, priority enqueuing test #1)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 2 (Ready List, priority enqueuing test #2) --- Test Case 1.2 (Ready List, priority enqueuing test #2)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 3 (Semaphores, FIFO enqueuing test) --- Test Case 2.1 (Semaphores, FIFO enqueuing test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 4 (Semaphores, timeout test) --- Test Case 2.2 (Semaphores, timeout test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 5 (Mutexes, priority enqueuing test) --- Test Case 3.1 (Mutexes, priority enqueuing test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 6 (Mutexes, priority inheritance, simple case) --- Test Case 3.2 (Mutexes, priority inheritance, simple case)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 7 (Mutexes, priority inheritance, complex case) --- Test Case 3.3 (Mutexes, priority inheritance, complex case)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 8 (CondVar, signal test) --- Test Case 4.1 (CondVar, signal test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 9 (CondVar, broadcast test) --- Test Case 4.2 (CondVar, broadcast test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 10 (Messages, dispatch test) --- Test Case 5.1 (Messages, dispatch test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 11 (Events, wait and broadcast) --- Test Case 6.1 (Mailboxes, queuing and timeouts)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 12 (Heap, allocation and fragmentation test) --- Test Case 7.1 (Events, wait and broadcast)
--- Size : 27668 bytes, not fragmented
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 13 (Memory Pools, allocation and enqueuing test) --- Test Case 8.1 (Heap, allocation and fragmentation test)
--- Size : 27500 bytes, not fragmented
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 14 (Dynamic APIs, threads creation from heap) --- Test Case 9.1 (Memory Pools, allocation and enqueuing test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 15 (Dynamic APIs, threads creation from memory pool) --- Test Case 10.1 (Dynamic APIs, threads creation from heap)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 16 (Benchmark, context switch #1, optimal) --- Test Case 10.2 (Dynamic APIs, threads creation from memory pool)
--- Score : 101441 msgs/S, 202882 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 17 (Benchmark, context switch #2, empty ready list) --- Test Case 11.1 (Benchmark, context switch #1, optimal)
--- Score : 85780 msgs/S, 171560 ctxswc/S --- Score : 102975 msgs/S, 205950 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 18 (Benchmark, context switch #3, 4 threads in ready list) --- Test Case 11.2 (Benchmark, context switch #2, empty ready list)
--- Score : 85779 msgs/S, 171558 ctxswc/S --- Score : 85476 msgs/S, 170952 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 19 (Benchmark, threads creation/termination, worst case) --- Test Case 11.3 (Benchmark, context switch #3, 4 threads in ready list)
--- Score : 82665 threads/S --- Score : 85475 msgs/S, 170950 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 20 (Benchmark, threads creation/termination, optimal) --- Test Case 11.4 (Benchmark, threads creation/termination, worst case)
--- Score : 116537 threads/S --- Score : 83100 threads/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 21 (Benchmark, mass reschedulation, 5 threads) --- Test Case 11.5 (Benchmark, threads creation/termination, optimal)
--- Score : 28871 reschedulations/S, 173226 ctxswc/S --- Score : 113766 threads/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 22 (Benchmark, I/O Queues throughput) --- Test Case 11.6 (Benchmark, mass reschedulation, 5 threads)
--- Score : 243632 bytes/S --- Score : 28629 reschedulations/S, 171774 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 23 (Benchmark, virtual timers set/reset) --- Test Case 11.7 (Benchmark, I/O Queues throughput)
--- Score : 273044 timers/S --- Score : 262112 bytes/S
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 11.8 (Benchmark, virtual timers set/reset)
--- Score : 302468 timers/S
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 11.9 (Benchmark, semaphores wait/signal)
--- Score : 350724 wait+signal/S
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 11.10 (Benchmark, mutexes lock/unlock)
--- Score : 249208 lock+unlock/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -1,88 +1,99 @@
*************************************************************************** ***************************************************************************
Kernel: ChibiOS/RT 1.1.0 unstable Kernel: ChibiOS/RT 1.1.1 unstable
Compiler: GCC 3.2.3 (MSPGCC) Compiler: GCC 3.2.3 (MSPGCC)
Options: -O2 -fomit-frame-pointer Options: -O2 -fomit-frame-pointer
Settings: MCLK=DCOCLK 750Khz Settings: MCLK=DCOCLK 750Khz
*************************************************************************** ***************************************************************************
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 1 (Ready List, priority enqueuing test #1) --- Test Case 1.1 (Ready List, priority enqueuing test #1)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 2 (Ready List, priority enqueuing test #2) --- Test Case 1.2 (Ready List, priority enqueuing test #2)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 3 (Semaphores, FIFO enqueuing test) --- Test Case 2.1 (Semaphores, FIFO enqueuing test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 4 (Semaphores, timeout test) --- Test Case 2.2 (Semaphores, timeout test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 5 (Mutexes, priority enqueuing test) --- Test Case 3.1 (Mutexes, priority enqueuing test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 6 (Mutexes, priority inheritance, simple case) --- Test Case 3.2 (Mutexes, priority inheritance, simple case)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 7 (Mutexes, priority inheritance, complex case) --- Test Case 3.3 (Mutexes, priority inheritance, complex case)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 8 (CondVar, signal test) --- Test Case 4.1 (CondVar, signal test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 9 (CondVar, broadcast test) --- Test Case 4.2 (CondVar, broadcast test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 10 (Messages, dispatch test) --- Test Case 5.1 (Messages, dispatch test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 11 (Events, wait and broadcast) --- Test Case 6.1 (Mailboxes, queuing and timeouts)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 12 (Heap, allocation and fragmentation test) --- Test Case 7.1 (Events, wait and broadcast)
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 8.1 (Heap, allocation and fragmentation test)
--- Size : 508 bytes, not fragmented --- Size : 508 bytes, not fragmented
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 13 (Memory Pools, allocation and enqueuing test) --- Test Case 9.1 (Memory Pools, allocation and enqueuing test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 14 (Dynamic APIs, threads creation from heap) --- Test Case 10.1 (Dynamic APIs, threads creation from heap)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 15 (Dynamic APIs, threads creation from memory pool) --- Test Case 10.2 (Dynamic APIs, threads creation from memory pool)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 16 (Benchmark, context switch #1, optimal) --- Test Case 11.1 (Benchmark, context switch #1, optimal)
--- Score : 1942 msgs/S, 3884 ctxswc/S --- Score : 1942 msgs/S, 3884 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 17 (Benchmark, context switch #2, empty ready list) --- Test Case 11.2 (Benchmark, context switch #2, empty ready list)
--- Score : 1611 msgs/S, 3222 ctxswc/S --- Score : 1611 msgs/S, 3222 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 18 (Benchmark, context switch #3, 4 threads in ready list) --- Test Case 11.3 (Benchmark, context switch #3, 4 threads in ready list)
--- Score : 1611 msgs/S, 3222 ctxswc/S --- Score : 1611 msgs/S, 3222 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 19 (Benchmark, threads creation/termination, worst case) --- Test Case 11.4 (Benchmark, threads creation/termination, worst case)
--- Score : 1334 threads/S --- Score : 1334 threads/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 20 (Benchmark, threads creation/termination, optimal) --- Test Case 11.5 (Benchmark, threads creation/termination, optimal)
--- Score : 1720 threads/S --- Score : 1720 threads/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 21 (Benchmark, mass reschedulation, 5 threads) --- Test Case 11.6 (Benchmark, mass reschedulation, 5 threads)
--- Score : 498 reschedulations/S, 2988 ctxswc/S --- Score : 498 reschedulations/S, 2988 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 22 (Benchmark, I/O Queues throughput) --- Test Case 11.7 (Benchmark, I/O Queues throughput)
--- Score : 5432 bytes/S --- Score : 5432 bytes/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 23 (Benchmark, virtual timers set/reset) --- Test Case 11.8 (Benchmark, virtual timers set/reset)
--- Score : 5632 timers/S --- Score : 5632 timers/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 11.9 (Benchmark, semaphores wait/signal)
--- Score : 13920 wait+signal/S
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 11.10 (Benchmark, mutexes lock/unlock)
--- Score : 7380 lock+unlock/S
--- Result: SUCCESS
---------------------------------------------------------------------------
Final result: SUCCESS Final result: SUCCESS

View File

@ -1,91 +1,98 @@
*************************************************************************** ***************************************************************************
Kernel: ChibiOS/RT 1.0.0 final Kernel: ChibiOS/RT 1.1.1 unstable
Compiler: GCC 4.3.2 (YAGARTO 28.09.2008) Compiler: GCC 4.3.2 (YAGARTO 28.09.2008)
Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16 Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16
Settings: SYSCLK=48, ACR=0x11 (1 wait state) Settings: SYSCLK=48, ACR=0x11 (1 wait state)
*************************************************************************** ***************************************************************************
*****************************
*** ChibiOS/RT test suite ***
*****************************
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 1 (Ready List, priority enqueuing test #1) --- Test Case 1.1 (Ready List, priority enqueuing test #1)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 2 (Ready List, priority enqueuing test #2) --- Test Case 1.2 (Ready List, priority enqueuing test #2)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 3 (Semaphores, FIFO enqueuing test) --- Test Case 2.1 (Semaphores, FIFO enqueuing test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 4 (Semaphores, timeout test) --- Test Case 2.2 (Semaphores, timeout test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 5 (Mutexes, priority enqueuing test) --- Test Case 3.1 (Mutexes, priority enqueuing test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 6 (Mutexes, priority inheritance, simple case) --- Test Case 3.2 (Mutexes, priority inheritance, simple case)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 7 (Mutexes, priority inheritance, complex case) --- Test Case 3.3 (Mutexes, priority inheritance, complex case)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 8 (CondVar, signal test) --- Test Case 4.1 (CondVar, signal test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 9 (CondVar, broadcast test) --- Test Case 4.2 (CondVar, broadcast test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 10 (Messages, dispatch test) --- Test Case 5.1 (Messages, dispatch test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 11 (Events, wait and broadcast) --- Test Case 6.1 (Mailboxes, queuing and timeouts)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 12 (Heap, allocation and fragmentation test) --- Test Case 7.1 (Events, wait and broadcast)
--- Size : 17284 bytes, not fragmented
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 13 (Memory Pools, allocation and enqueuing test) --- Test Case 8.1 (Heap, allocation and fragmentation test)
--- Size : 17220 bytes, not fragmented
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 14 (Dynamic APIs, threads creation from heap) --- Test Case 9.1 (Memory Pools, allocation and enqueuing test)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 15 (Dynamic APIs, threads creation from memory pool) --- Test Case 10.1 (Dynamic APIs, threads creation from heap)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 16 (Benchmark, context switch #1, optimal) --- Test Case 10.2 (Dynamic APIs, threads creation from memory pool)
--- Score : 160572 msgs/S, 321144 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 17 (Benchmark, context switch #2, empty ready list) --- Test Case 11.1 (Benchmark, context switch #1, optimal)
--- Score : 134029 msgs/S, 268058 ctxswc/S --- Score : 160570 msgs/S, 321140 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 18 (Benchmark, context switch #3, 4 threads in ready list) --- Test Case 11.2 (Benchmark, context switch #2, empty ready list)
--- Score : 134029 msgs/S, 268058 ctxswc/S --- Score : 134030 msgs/S, 268060 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 19 (Benchmark, threads creation/termination, worst case) --- Test Case 11.3 (Benchmark, context switch #3, 4 threads in ready list)
--- Score : 119936 threads/S --- Score : 134030 msgs/S, 268060 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 20 (Benchmark, threads creation/termination, optimal) --- Test Case 11.4 (Benchmark, threads creation/termination, worst case)
--- Score : 151423 threads/S --- Score : 122385 threads/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 21 (Benchmark, mass reschedulation, 5 threads) --- Test Case 11.5 (Benchmark, threads creation/termination, optimal)
--- Score : 155364 threads/S
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 11.6 (Benchmark, mass reschedulation, 5 threads)
--- Score : 42162 reschedulations/S, 252972 ctxswc/S --- Score : 42162 reschedulations/S, 252972 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 22 (Benchmark, I/O Queues throughput) --- Test Case 11.7 (Benchmark, I/O Queues throughput)
--- Score : 377572 bytes/S --- Score : 377568 bytes/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 23 (Benchmark, virtual timers set/reset) --- Test Case 11.8 (Benchmark, virtual timers set/reset)
--- Score : 525896 timers/S --- Score : 525902 timers/S
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 11.9 (Benchmark, semaphores wait/signal)
--- Score : 676444 wait+signal/S
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 11.10 (Benchmark, mutexes lock/unlock)
--- Score : 489620 lock+unlock/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

View File

@ -60,7 +60,7 @@ Settings: SYSCLK=72, ACR=0x12 (2 wait states)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 11.2 (Benchmark, context switch #2, empty ready list) --- Test Case 11.2 (Benchmark, context switch #2, empty ready list)
--- Score : 178663 msgs/S, 357326 ctxswc/S --- Score : 178664 msgs/S, 357328 ctxswc/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 11.3 (Benchmark, context switch #3, 4 threads in ready list) --- Test Case 11.3 (Benchmark, context switch #3, 4 threads in ready list)
@ -92,7 +92,7 @@ Settings: SYSCLK=72, ACR=0x12 (2 wait states)
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------
--- Test Case 11.10 (Benchmark, mutexes lock/unlock) --- Test Case 11.10 (Benchmark, mutexes lock/unlock)
--- Score : 601120 lock+unlock/S --- Score : 601124 lock+unlock/S
--- Result: SUCCESS --- Result: SUCCESS
--------------------------------------------------------------------------- ---------------------------------------------------------------------------

48
docs/reports/build.txt Normal file
View File

@ -0,0 +1,48 @@
Default maximum settings
* Building...OK
* Testing...OK
CH_OPTIMIZE_SPEED=FALSE
* Building...OK
* Testing...OK
CH_USE_NESTED_LOCKS=TRUE
* Building...OK
* Testing...OK
CH_USE_ROUNDROBIN=FALSE
* Building...OK
* Testing...OK
CH_USE_SEMAPHORES_PRIORITY=TRUE
* Building...OK
* Testing...OK
CH_USE_SEMAPHORES_TIMEOUT=FALSE
* Building...OK
* Testing...OK
CH_USE_CONDVARS_TIMEOUT=FALSE
* Building...OK
* Testing...OK
CH_USE_EVENTS_TIMEOUT=FALSE
* Building...OK
* Testing...OK
CH_USE_MESSAGES_PRIORITY=TRUE
* Building...OK
* Testing...OK
CH_USE_DYNAMIC=FALSE
* Building...OK
* Testing...OK
CH_DBG_ENABLE_CHECKS=TRUE
* Building...OK
* Testing...OK
CH_DBG_ENABLE_ASSERTS=TRUE
* Building...OK
* Testing...OK
CH_DBG_ENABLE_TRACE=TRUE
* Building...OK
* Testing...OK
CH_DBG_ENABLE_STACK_CHECK=TRUE
* Building...OK
* Testing...OK
CH_DBG_FILL_THREADS=TRUE
* Building...OK
* Testing...OK
CH_DBG_THREADS_PROFILING=TRUE
* Building...OK
* Testing...OK

View File

@ -2,131 +2,131 @@ Platform : ARM Cortex-M3
OS Setup : Full kernel OS Setup : Full kernel
Compiler : arm-elf-gcc (GCC) 4.3.2 Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -O2 -mthumb Options : -O2 -mthumb
Kernel Size = 5648 Kernel Size = 6016
Platform : ARM Cortex-M3 Platform : ARM Cortex-M3
OS Setup : Minimal kernel OS Setup : Minimal kernel
Compiler : arm-elf-gcc (GCC) 4.3.2 Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -O2 -mthumb Options : -O2 -mthumb
Kernel Size = 1296 Kernel Size = 1280
Platform : ARM Cortex-M3 Platform : ARM Cortex-M3
OS Setup : Full kernel OS Setup : Full kernel
Compiler : arm-elf-gcc (GCC) 4.3.2 Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -Os -mthumb Options : -Os -mthumb
Kernel Size = 5760
Platform : ARM Cortex-M3
OS Setup : Minimal kernel
Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -Os -mthumb
Kernel Size = 1312
Platform : ARM Cortex-M3
OS Setup : Full kernel
Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\"
Kernel Size = 5408 Kernel Size = 5408
Platform : ARM Cortex-M3 Platform : ARM Cortex-M3
OS Setup : Minimal kernel OS Setup : Minimal kernel
Compiler : arm-elf-gcc (GCC) 4.3.2 Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -Os -mthumb
Kernel Size = 1344
Platform : ARM Cortex-M3
OS Setup : Full kernel
Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\"
Kernel Size = 5056 Kernel Size = 1248
Platform : ARM Cortex-M3
OS Setup : Minimal kernel
Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\"
Kernel Size = 1264
Platform : ARM7TDMI (ARM mode) Platform : ARM7TDMI (ARM mode)
OS Setup : Full kernel OS Setup : Full kernel
Compiler : arm-elf-gcc (GCC) 4.3.2 Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -O2 Options : -O2
Kernel Size = 8192 Kernel Size = 8656
Platform : ARM7TDMI (ARM mode) Platform : ARM7TDMI (ARM mode)
OS Setup : Minimal kernel OS Setup : Minimal kernel
Compiler : arm-elf-gcc (GCC) 4.3.2 Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -O2 Options : -O2
Kernel Size = 2000 Kernel Size = 1968
Platform : ARM7TDMI (ARM mode) Platform : ARM7TDMI (ARM mode)
OS Setup : Full kernel OS Setup : Full kernel
Compiler : arm-elf-gcc (GCC) 4.3.2 Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -Os Options : -Os
Kernel Size = 7808 Kernel Size = 8288
Platform : ARM7TDMI (ARM mode) Platform : ARM7TDMI (ARM mode)
OS Setup : Minimal kernel OS Setup : Minimal kernel
Compiler : arm-elf-gcc (GCC) 4.3.2 Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -Os Options : -Os
Kernel Size = 1904 Kernel Size = 1872
Platform : ARM7TDMI (ARM mode) Platform : ARM7TDMI (ARM mode)
OS Setup : Full kernel OS Setup : Full kernel
Compiler : arm-elf-gcc (GCC) 4.3.2 Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -Os -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" Options : -Os -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\"
Kernel Size = 7328 Kernel Size = 7792
Platform : ARM7TDMI (ARM mode) Platform : ARM7TDMI (ARM mode)
OS Setup : Minimal kernel OS Setup : Minimal kernel
Compiler : arm-elf-gcc (GCC) 4.3.2 Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -Os -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" Options : -Os -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\"
Kernel Size = 1856 Kernel Size = 1840
Platform : ARM7TDMI (THUMB mode) Platform : ARM7TDMI (THUMB mode)
OS Setup : Full kernel OS Setup : Full kernel
Compiler : arm-elf-gcc (GCC) 4.3.2 Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -O2 -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING Options : -O2 -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
Kernel Size = 5376 Kernel Size = 5680
Platform : ARM7TDMI (THUMB mode) Platform : ARM7TDMI (THUMB mode)
OS Setup : Minimal kernel OS Setup : Minimal kernel
Compiler : arm-elf-gcc (GCC) 4.3.2 Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -O2 -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING Options : -O2 -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
Kernel Size = 1376 Kernel Size = 1360
Platform : ARM7TDMI (THUMB mode) Platform : ARM7TDMI (THUMB mode)
OS Setup : Full kernel OS Setup : Full kernel
Compiler : arm-elf-gcc (GCC) 4.3.2 Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -Os -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING Options : -Os -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
Kernel Size = 5488
Platform : ARM7TDMI (THUMB mode)
OS Setup : Minimal kernel
Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -Os -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
Kernel Size = 1312
Platform : ARM7TDMI (THUMB mode)
OS Setup : Full kernel
Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
Kernel Size = 5152 Kernel Size = 5152
Platform : ARM7TDMI (THUMB mode) Platform : ARM7TDMI (THUMB mode)
OS Setup : Minimal kernel OS Setup : Minimal kernel
Compiler : arm-elf-gcc (GCC) 4.3.2 Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -Os -mthumb -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
Kernel Size = 1344
Platform : ARM7TDMI (THUMB mode)
OS Setup : Full kernel
Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
Kernel Size = 4832 Kernel Size = 1264
Platform : ARM7TDMI (THUMB mode)
OS Setup : Minimal kernel
Compiler : arm-elf-gcc (GCC) 4.3.2
Options : -Os -mthumb -ffixed-r7 -DCH_CURRP_REGISTER_CACHE=\"r7\" -DTHUMB -DTHUMB_PRESENT -DTHUMB_NO_INTERWORKING
Kernel Size = 1280
Platform : MSP430 Platform : MSP430
OS Setup : Full kernel OS Setup : Full kernel
Compiler : msp430-gcc (GCC) 3.2.3 Compiler : msp430-gcc (GCC) 3.2.3
Options : -O2 Options : -O2
Kernel Size = 5696 Kernel Size = 6092
Platform : MSP430 Platform : MSP430
OS Setup : Minimal kernel OS Setup : Minimal kernel
Compiler : msp430-gcc (GCC) 3.2.3 Compiler : msp430-gcc (GCC) 3.2.3
Options : -O2 Options : -O2
Kernel Size = 1136 Kernel Size = 1116
Platform : MSP430 Platform : MSP430
OS Setup : Full kernel OS Setup : Full kernel
Compiler : msp430-gcc (GCC) 3.2.3 Compiler : msp430-gcc (GCC) 3.2.3
Options : -Os Options : -Os
Kernel Size = 5680 Kernel Size = 6076
Platform : MSP430 Platform : MSP430
OS Setup : Minimal kernel OS Setup : Minimal kernel
Compiler : msp430-gcc (GCC) 3.2.3 Compiler : msp430-gcc (GCC) 3.2.3
Options : -Os Options : -Os
Kernel Size = 1136 Kernel Size = 1116

View File

@ -37,7 +37,7 @@
* - 128 priority levels. Multiple threads at the same priority level allowed. * - 128 priority levels. Multiple threads at the same priority level allowed.
* - Round robin scheduling for threads at the same priority level. * - Round robin scheduling for threads at the same priority level.
* - Offers threads, virtual timers, semaphores, mutexes, condvars, * - Offers threads, virtual timers, semaphores, mutexes, condvars,
* event flags, messages, I/O queues. * event flags, messages, mailboxes, I/O queues.
* - No static setup at compile time, there is no need to configure a maximum * - No static setup at compile time, there is no need to configure a maximum
* number of all the above objects. * number of all the above objects.
* - PC simulator target included, the development can be done on the PC * - PC simulator target included, the development can be done on the PC

View File

@ -84,9 +84,8 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- FIX: Fixed a small problem in the chcore.c template file. - FIX: Fixed a small problem in the chcore.c template file.
- NEW: Mailboxes (asynchronous messages) subsystem and test cases added. - NEW: Mailboxes (asynchronous messages) subsystem and test cases added.
- NEW: Most APIs with a timeout specification now accept the constant - NEW: Most APIs with a timeout specification now accept the constant
TIME_ZERO (0) that triggers an immediate timeout when trying to enter a sleep TIME_IMMEDIATE (-1) that triggers an immediate timeout when trying to enter
state. Note that the previous constant TIME_INFINITE now has value -1 a sleep state.
instead of zero.
- NEW: Mode flexible debug configuration options, removed the old CH_USE_DEBUG - NEW: Mode flexible debug configuration options, removed the old CH_USE_DEBUG
and CH_USE_TRACE. Replaced with CH_DBG_ENABLE_CHECKS, SCH_DBG_ENABLE_ASSERTS, and CH_USE_TRACE. Replaced with CH_DBG_ENABLE_CHECKS, SCH_DBG_ENABLE_ASSERTS,
CH_DBG_ENABLE_TRACE and CH_DBG_FILL_THREADS. CH_DBG_ENABLE_TRACE and CH_DBG_FILL_THREADS.
@ -99,7 +98,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
- NEW: Unified makefiles for ARM7, ARMCM3 MSP430 projects, the new makefiles - NEW: Unified makefiles for ARM7, ARMCM3 MSP430 projects, the new makefiles
share a common part making them easier to maintain. Also reorganized the share a common part making them easier to maintain. Also reorganized the
demo-specific part of the makefile, now it is easier to configure and the demo-specific part of the makefile, now it is easier to configure and the
option can be overriden from outside. option can be overridden from outside.
- CHANGE: Changed the chSemFastWaitS() macro in chSemFastWaitI() and - CHANGE: Changed the chSemFastWaitS() macro in chSemFastWaitI() and
chSemGetCounter() in chSemGetCounterI(). chSemGetCounter() in chSemGetCounterI().
- CHANGE: Removed the port_puts() function from the port templates. It was not - CHANGE: Removed the port_puts() function from the port templates. It was not

View File

@ -125,6 +125,7 @@ static void wakeup(void *p) {
* @param[in] time the number of ticks before the operation timeouts, * @param[in] time the number of ticks before the operation timeouts,
* the special value @p TIME_INFINITE is allowed. * the special value @p TIME_INFINITE is allowed.
* It is not possible to specify @p TIME_IMMEDIATE as timeout * It is not possible to specify @p TIME_IMMEDIATE as timeout
* specification, it is interpreted as a normal time
* specification. * specification.
* @return The wakeup message. * @return The wakeup message.
* @retval RDY_TIMEOUT if a timeout occurs. * @retval RDY_TIMEOUT if a timeout occurs.