git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@478 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
b3fb08cb7e
commit
dbe47e931a
|
@ -5,7 +5,7 @@
|
|||
#---------------------------------------------------------------------------
|
||||
DOXYFILE_ENCODING = UTF-8
|
||||
PROJECT_NAME = ChibiOS/RT
|
||||
PROJECT_NUMBER = "0.7.2 beta"
|
||||
PROJECT_NUMBER = "0.7.3 beta"
|
||||
OUTPUT_DIRECTORY = .
|
||||
CREATE_SUBDIRS = NO
|
||||
OUTPUT_LANGUAGE = English
|
||||
|
|
Binary file not shown.
|
@ -12,7 +12,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td style="text-align: center; vertical-align: top; width: 150px;">Current
|
||||
Version 0.7.2<br>
|
||||
Version 0.7.3<br>
|
||||
-<br>
|
||||
<a href="http://sourceforge.net/projects/chibios/" rel="me" target="_top">Project on SourceForge</a><br>
|
||||
<a href="html/index.html" target="_top" rel="me">Documentation</a><br>
|
||||
|
|
|
@ -0,0 +1,75 @@
|
|||
***************************************************************************
|
||||
Kernel: ChibiOS/RT 0.7.2
|
||||
Compiler: GCC 4.3.2 (YAGARTO 28.09.2008)
|
||||
Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu
|
||||
Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state)
|
||||
***************************************************************************
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
--- 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
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 8 (Messages, dispatch test)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 9 (Heap, allocation and fragmentation test)
|
||||
--- Size : 62452 bytes, not fragmented
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 10 (Memory Pools, allocation and enqueuing test)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 11 (Dynamic APIs, threads creation from heap)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 12 (Dynamic APIs, threads creation from memory pool)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 13 (Benchmark, context switch #1, optimal)
|
||||
--- Score : 114945 msgs/S, 229890 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 14 (Benchmark, context switch #2, empty ready list)
|
||||
--- Score : 90221 msgs/S, 180442 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 15 (Benchmark, context switch #3, 4 threads in ready list)
|
||||
--- Score : 90221 msgs/S, 180442 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 16 (Benchmark, threads creation/termination, worst case)
|
||||
--- Score : 66878 threads/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 17 (Benchmark, threads creation/termination, optimal)
|
||||
--- Score : 92312 threads/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 18 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 27850 reschedulations/S, 167100 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 19 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 240464 bytes/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Final result: SUCCESS
|
|
@ -0,0 +1,75 @@
|
|||
***************************************************************************
|
||||
Kernel: ChibiOS/RT 0.7.2
|
||||
Compiler: GCC 4.3.2 (YAGARTO 28.09.2008)
|
||||
Options: -Os -fomit-frame-pointer -mabi=apcs-gnu
|
||||
Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state)
|
||||
***************************************************************************
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
--- 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
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 8 (Messages, dispatch test)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 9 (Heap, allocation and fragmentation test)
|
||||
--- Size : 62340 bytes, not fragmented
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 10 (Memory Pools, allocation and enqueuing test)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 11 (Dynamic APIs, threads creation from heap)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 12 (Dynamic APIs, threads creation from memory pool)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 13 (Benchmark, context switch #1, optimal)
|
||||
--- Score : 96410 msgs/S, 192820 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 14 (Benchmark, context switch #2, empty ready list)
|
||||
--- Score : 83600 msgs/S, 167200 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 15 (Benchmark, context switch #3, 4 threads in ready list)
|
||||
--- Score : 83600 msgs/S, 167200 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 16 (Benchmark, threads creation/termination, worst case)
|
||||
--- Score : 70014 threads/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 17 (Benchmark, threads creation/termination, optimal)
|
||||
--- Score : 98192 threads/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 18 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 27610 reschedulations/S, 165660 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 19 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 241216 bytes/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Final result: SUCCESS
|
|
@ -0,0 +1,75 @@
|
|||
***************************************************************************
|
||||
Kernel: ChibiOS/RT 0.7.2
|
||||
Compiler: GCC 4.3.2 (YAGARTO 28.09.2008)
|
||||
Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16
|
||||
Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states)
|
||||
***************************************************************************
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
--- 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
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 8 (Messages, dispatch test)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 9 (Heap, allocation and fragmentation test)
|
||||
--- Size : 28116 bytes, not fragmented
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 10 (Memory Pools, allocation and enqueuing test)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 11 (Dynamic APIs, threads creation from heap)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 12 (Dynamic APIs, threads creation from memory pool)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 13 (Benchmark, context switch #1, optimal)
|
||||
--- Score : 144453 msgs/S, 288906 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 14 (Benchmark, context switch #2, empty ready list)
|
||||
--- Score : 111980 msgs/S, 223960 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 15 (Benchmark, context switch #3, 4 threads in ready list)
|
||||
--- Score : 111979 msgs/S, 223958 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 16 (Benchmark, threads creation/termination, worst case)
|
||||
--- Score : 86464 threads/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 17 (Benchmark, threads creation/termination, optimal)
|
||||
--- Score : 118939 threads/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 18 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 35870 reschedulations/S, 215220 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 19 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 341232 bytes/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Final result: SUCCESS
|
|
@ -0,0 +1,75 @@
|
|||
***************************************************************************
|
||||
Kernel: ChibiOS/RT 0.7.2
|
||||
Compiler: GCC 4.3.2 (YAGARTO 28.09.2008)
|
||||
Options: -Os -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16
|
||||
Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states)
|
||||
***************************************************************************
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
--- 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
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 8 (Messages, dispatch test)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 9 (Heap, allocation and fragmentation test)
|
||||
--- Size : 27988 bytes, not fragmented
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 10 (Memory Pools, allocation and enqueuing test)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 11 (Dynamic APIs, threads creation from heap)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 12 (Dynamic APIs, threads creation from memory pool)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 13 (Benchmark, context switch #1, optimal)
|
||||
--- Score : 98911 msgs/S, 197822 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 14 (Benchmark, context switch #2, empty ready list)
|
||||
--- Score : 83525 msgs/S, 167050 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 15 (Benchmark, context switch #3, 4 threads in ready list)
|
||||
--- Score : 83526 msgs/S, 167052 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 16 (Benchmark, threads creation/termination, worst case)
|
||||
--- Score : 70158 threads/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 17 (Benchmark, threads creation/termination, optimal)
|
||||
--- Score : 100582 threads/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 18 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 28222 reschedulations/S, 169332 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 19 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 242376 bytes/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Final result: SUCCESS
|
|
@ -0,0 +1,75 @@
|
|||
***************************************************************************
|
||||
Kernel: ChibiOS/RT 0.7.2
|
||||
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
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 8 (Messages, dispatch test)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 9 (Heap, allocation and fragmentation test)
|
||||
--- Size : 0 bytes, fragmented, test skipped
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 10 (Memory Pools, allocation and enqueuing test)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 11 (Dynamic APIs, threads creation from heap)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 12 (Dynamic APIs, threads creation from memory pool)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 13 (Benchmark, context switch #1, optimal)
|
||||
--- Score : 1892 msgs/S, 3784 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 14 (Benchmark, context switch #2, empty ready list)
|
||||
--- Score : 1577 msgs/S, 3154 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 15 (Benchmark, context switch #3, 4 threads in ready list)
|
||||
--- Score : 1577 msgs/S, 3154 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 16 (Benchmark, threads creation/termination, worst case)
|
||||
--- Score : 1157 threads/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 17 (Benchmark, threads creation/termination, optimal)
|
||||
--- Score : 1521 threads/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 18 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 498 reschedulations/S, 2988 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 19 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 5432 bytes/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Final result: SUCCESS
|
|
@ -0,0 +1,75 @@
|
|||
***************************************************************************
|
||||
Kernel: ChibiOS/RT 0.7.2
|
||||
Compiler: GCC 4.3.2 (YAGARTO 28.09.2008)
|
||||
Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16
|
||||
Settings: SYSCLK=48, ACR=0x11 (1 wait state)
|
||||
***************************************************************************
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
--- 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
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 8 (Messages, dispatch test)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 9 (Heap, allocation and fragmentation test)
|
||||
--- Size : 17324 bytes, not fragmented
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 10 (Memory Pools, allocation and enqueuing test)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 11 (Dynamic APIs, threads creation from heap)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 12 (Dynamic APIs, threads creation from memory pool)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 13 (Benchmark, context switch #1, optimal)
|
||||
--- Score : 160572 msgs/S, 321144 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 14 (Benchmark, context switch #2, empty ready list)
|
||||
--- Score : 134029 msgs/S, 268058 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 15 (Benchmark, context switch #3, 4 threads in ready list)
|
||||
--- Score : 134029 msgs/S, 268058 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 16 (Benchmark, threads creation/termination, worst case)
|
||||
--- Score : 105399 threads/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 17 (Benchmark, threads creation/termination, optimal)
|
||||
--- Score : 137112 threads/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 18 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 42051 reschedulations/S, 252306 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 19 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 377572 bytes/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Final result: SUCCESS
|
|
@ -0,0 +1,75 @@
|
|||
***************************************************************************
|
||||
Kernel: ChibiOS/RT 0.7.2
|
||||
Compiler: GCC 4.3.2 (YAGARTO 28.09.2008)
|
||||
Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16
|
||||
Settings: SYSCLK=72, ACR=0x12 (2 wait states)
|
||||
***************************************************************************
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
--- 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
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 8 (Messages, dispatch test)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 9 (Heap, allocation and fragmentation test)
|
||||
--- Size : 17324 bytes, not fragmented
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 10 (Memory Pools, allocation and enqueuing test)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 11 (Dynamic APIs, threads creation from heap)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 12 (Dynamic APIs, threads creation from memory pool)
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 13 (Benchmark, context switch #1, optimal)
|
||||
--- Score : 216994 msgs/S, 433988 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 14 (Benchmark, context switch #2, empty ready list)
|
||||
--- Score : 178662 msgs/S, 357324 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 15 (Benchmark, context switch #3, 4 threads in ready list)
|
||||
--- Score : 178663 msgs/S, 357326 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 16 (Benchmark, threads creation/termination, worst case)
|
||||
--- Score : 141108 threads/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 17 (Benchmark, threads creation/termination, optimal)
|
||||
--- Score : 187046 threads/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 18 (Benchmark, mass reschedulation, 5 threads)
|
||||
--- Score : 55768 reschedulations/S, 334608 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
--- Test Case 19 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 489476 bytes/S
|
||||
--- Result: SUCCESS
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
Final result: SUCCESS
|
|
@ -73,6 +73,10 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
|
|||
*** Releases ***
|
||||
*****************************************************************************
|
||||
|
||||
*** 0.7.3 ***
|
||||
- Removed the performance spreadsheet (it was *very* old) and added a
|
||||
directory containing the test reports ./docs/reports.
|
||||
|
||||
*** 0.7.2 ***
|
||||
- NEW: Added a serial driver to the MSP430 port, the MSP430 port now has been
|
||||
tested on hardware and passes the test suite.
|
||||
|
|
Loading…
Reference in New Issue