git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3422 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
a2109bf01e
commit
0138ec13a2
|
@ -6,7 +6,8 @@ Settings: SYSCLK=72, ACR=0x12 (2 wait states)
|
|||
*** ChibiOS/RT test suite
|
||||
***
|
||||
*** Kernel: 2.3.3unstable
|
||||
*** Compiler: GCC 4.5.2
|
||||
*** Compiled: Oct 2 2011 - 13:53:22
|
||||
*** Compiler: GCC 4.6.0
|
||||
*** Architecture: ARMv7-M
|
||||
*** Core Variant: Cortex-M3
|
||||
*** Port Info: Advanced kernel mode
|
||||
|
@ -99,56 +100,56 @@ Settings: SYSCLK=72, ACR=0x12 (2 wait states)
|
|||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.1 (Benchmark, messages #1)
|
||||
--- Score : 248463 msgs/S, 496926 ctxswc/S
|
||||
--- Score : 266998 msgs/S, 533996 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.2 (Benchmark, messages #2)
|
||||
--- Score : 198907 msgs/S, 397814 ctxswc/S
|
||||
--- Score : 213748 msgs/S, 427496 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.3 (Benchmark, messages #3)
|
||||
--- Score : 198907 msgs/S, 397814 ctxswc/S
|
||||
--- Score : 213748 msgs/S, 427496 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.4 (Benchmark, context switch)
|
||||
--- Score : 838640 ctxswc/S
|
||||
--- Score : 962440 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.5 (Benchmark, threads, full cycle)
|
||||
--- Score : 156788 threads/S
|
||||
--- Score : 159606 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.6 (Benchmark, threads, create only)
|
||||
--- Score : 235439 threads/S
|
||||
--- Score : 236259 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.7 (Benchmark, mass reschedule, 5 threads)
|
||||
--- Score : 61111 reschedules/S, 366666 ctxswc/S
|
||||
--- Score : 64703 reschedules/S, 388218 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.8 (Benchmark, round robin context switching)
|
||||
--- Score : 477916 ctxswc/S
|
||||
--- Score : 468656 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 592296 bytes/S
|
||||
--- Score : 651460 bytes/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
||||
--- Score : 646974 timers/S
|
||||
--- Score : 647048 timers/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.11 (Benchmark, semaphores wait/signal)
|
||||
--- Score : 786988 wait+signal/S
|
||||
--- Score : 787100 wait+signal/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.12 (Benchmark, mutexes lock/unlock)
|
||||
--- Score : 586240 lock+unlock/S
|
||||
--- Score : 596028 lock+unlock/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.13 (Benchmark, RAM footprint)
|
||||
--- System: 368 bytes
|
||||
--- Thread: 68 bytes
|
||||
--- System: 376 bytes
|
||||
--- Thread: 72 bytes
|
||||
--- Timer : 20 bytes
|
||||
--- Semaph: 12 bytes
|
||||
--- EventS: 4 bytes
|
||||
|
|
Loading…
Reference in New Issue