git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@512 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
554e9da84a
commit
c247b6b26c
|
@ -137,7 +137,7 @@
|
||||||
|
|
||||||
/** Configuration option: enforces the use of the C-runtime \p malloc() and
|
/** Configuration option: enforces the use of the C-runtime \p malloc() and
|
||||||
* \p free() functions as backend for the system heap allocator.*/
|
* \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
|
/** Configuration option: if specified then the memory pools allocator APIs
|
||||||
* are included in the kernel.*/
|
* are included in the kernel.*/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
***************************************************************************
|
***************************************************************************
|
||||||
Kernel: ChibiOS/RT 0.7.3
|
Kernel: ChibiOS/RT 0.8.0
|
||||||
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
|
||||||
|
@ -27,49 +27,60 @@ Settings: MCLK=DCOCLK 750Khz
|
||||||
--- Test Case 7 (Mutexes, priority inheritance, complex case)
|
--- Test Case 7 (Mutexes, priority inheritance, complex case)
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
--- Test Case 8 (Messages, dispatch test)
|
--- Test Case 8 (CondVar, signal test)
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
--- Test Case 9 (Heap, allocation and fragmentation test)
|
--- Test Case 9 (CondVar, broadcast test)
|
||||||
--- Size : 0 bytes, fragmented, test skipped
|
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
--- Test Case 10 (Memory Pools, allocation and enqueuing test)
|
--- Test Case 10 (Messages, dispatch test)
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
--- Test Case 11 (Dynamic APIs, threads creation from heap)
|
--- Test Case 11 (Events, wait and broadcast)
|
||||||
--- Result: SUCCESS
|
--- 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
|
--- Result: SUCCESS
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
--- Test Case 13 (Benchmark, context switch #1, optimal)
|
--- Test Case 13 (Memory Pools, allocation and enqueuing test)
|
||||||
--- Score : 1892 msgs/S, 3784 ctxswc/S
|
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
--- Test Case 14 (Benchmark, context switch #2, empty ready list)
|
--- Test Case 14 (Dynamic APIs, threads creation from heap)
|
||||||
--- Score : 1577 msgs/S, 3154 ctxswc/S
|
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
--- Test Case 15 (Benchmark, context switch #3, 4 threads in ready list)
|
--- Test Case 15 (Dynamic APIs, threads creation from memory pool)
|
||||||
--- Score : 1577 msgs/S, 3154 ctxswc/S
|
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
--- Test Case 16 (Benchmark, threads creation/termination, worst case)
|
--- Test Case 16 (Benchmark, context switch #1, optimal)
|
||||||
--- Score : 1157 threads/S
|
--- Score : 1887 msgs/S, 3774 ctxswc/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
--- Test Case 17 (Benchmark, threads creation/termination, optimal)
|
--- Test Case 17 (Benchmark, context switch #2, empty ready list)
|
||||||
--- Score : 1521 threads/S
|
--- Score : 1573 msgs/S, 3146 ctxswc/S
|
||||||
--- Result: SUCCESS
|
--- 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
|
--- Score : 498 reschedulations/S, 2988 ctxswc/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
--- Test Case 19 (Benchmark, I/O Queues throughput)
|
--- Test Case 22 (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)
|
||||||
Final result: SUCCESS
|
--- Score : 5632 timers/S
|
||||||
|
--- Result: SUCCESS
|
||||||
|
---------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue