git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@512 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2008-11-15 11:08:53 +00:00
parent 554e9da84a
commit c247b6b26c
2 changed files with 33 additions and 22 deletions

View File

@ -137,7 +137,7 @@
/** Configuration option: enforces the use of the C-runtime \p malloc() and
* \p free() functions as backend for the system heap allocator.*/
#define CH_USE_MALLOC_HEAP
//#define CH_USE_MALLOC_HEAP
/** Configuration option: if specified then the memory pools allocator APIs
* are included in the kernel.*/

View File

@ -1,5 +1,5 @@
***************************************************************************
Kernel: ChibiOS/RT 0.7.3
Kernel: ChibiOS/RT 0.8.0
Compiler: GCC 3.2.3 (MSPGCC)
Options: -O2 -fomit-frame-pointer
Settings: MCLK=DCOCLK 750Khz
@ -27,49 +27,60 @@ Settings: MCLK=DCOCLK 750Khz
--- Test Case 7 (Mutexes, priority inheritance, complex case)
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 8 (Messages, dispatch test)
--- Test Case 8 (CondVar, signal test)
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 9 (Heap, allocation and fragmentation test)
--- Size : 0 bytes, fragmented, test skipped
--- Test Case 9 (CondVar, broadcast test)
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 10 (Memory Pools, allocation and enqueuing test)
--- Test Case 10 (Messages, dispatch test)
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 11 (Dynamic APIs, threads creation from heap)
--- Test Case 11 (Events, wait and broadcast)
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 12 (Dynamic APIs, threads creation from memory pool)
--- Test Case 12 (Heap, allocation and fragmentation test)
--- Size : 508 bytes, not fragmented
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 13 (Benchmark, context switch #1, optimal)
--- Score : 1892 msgs/S, 3784 ctxswc/S
--- Test Case 13 (Memory Pools, allocation and enqueuing test)
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 14 (Benchmark, context switch #2, empty ready list)
--- Score : 1577 msgs/S, 3154 ctxswc/S
--- Test Case 14 (Dynamic APIs, threads creation from heap)
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 15 (Benchmark, context switch #3, 4 threads in ready list)
--- Score : 1577 msgs/S, 3154 ctxswc/S
--- Test Case 15 (Dynamic APIs, threads creation from memory pool)
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 16 (Benchmark, threads creation/termination, worst case)
--- Score : 1157 threads/S
--- Test Case 16 (Benchmark, context switch #1, optimal)
--- Score : 1887 msgs/S, 3774 ctxswc/S
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 17 (Benchmark, threads creation/termination, optimal)
--- Score : 1521 threads/S
--- Test Case 17 (Benchmark, context switch #2, empty ready list)
--- Score : 1573 msgs/S, 3146 ctxswc/S
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 18 (Benchmark, mass reschedulation, 5 threads)
--- Test Case 18 (Benchmark, context switch #3, 4 threads in ready list)
--- Score : 1573 msgs/S, 3146 ctxswc/S
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 19 (Benchmark, threads creation/termination, worst case)
--- Score : 1166 threads/S
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 20 (Benchmark, threads creation/termination, optimal)
--- Score : 1537 threads/S
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 21 (Benchmark, mass reschedulation, 5 threads)
--- Score : 498 reschedulations/S, 2988 ctxswc/S
--- Result: SUCCESS
---------------------------------------------------------------------------
--- Test Case 19 (Benchmark, I/O Queues throughput)
--- Test Case 22 (Benchmark, I/O Queues throughput)
--- Score : 5432 bytes/S
--- Result: SUCCESS
---------------------------------------------------------------------------
Final result: SUCCESS
--- Test Case 23 (Benchmark, virtual timers set/reset)
--- Score : 5632 timers/S
--- Result: SUCCESS
---------------------------------------------------------------------------