MSP430 reports updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3860 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
39d495b3bb
commit
db25a89918
|
@ -5,10 +5,12 @@ Settings: MCLK=DCOCLK 750KHz
|
||||||
|
|
||||||
*** ChibiOS/RT test suite
|
*** ChibiOS/RT test suite
|
||||||
***
|
***
|
||||||
*** Kernel: 2.1.6unstable
|
*** Kernel: 2.4.0
|
||||||
*** GCC Version: 3.2.3
|
*** Compiled: Jan 22 2012 - 20:51:54
|
||||||
|
*** Compiler: GCC 3.2.3
|
||||||
*** Architecture: MSP430
|
*** Architecture: MSP430
|
||||||
*** Core Variant: MSP430
|
*** Core Variant: MSP430
|
||||||
|
*** Port Info: None
|
||||||
*** Platform: MSP430x16x
|
*** Platform: MSP430x16x
|
||||||
*** Test Board: Olimex MSP430-P1611
|
*** Test Board: Olimex MSP430-P1611
|
||||||
|
|
||||||
|
@ -98,43 +100,43 @@ Settings: MCLK=DCOCLK 750KHz
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.1 (Benchmark, messages #1)
|
--- Test Case 11.1 (Benchmark, messages #1)
|
||||||
--- Score : 1970 msgs/S, 3940 ctxswc/S
|
--- Score : 1880 msgs/S, 3760 ctxswc/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.2 (Benchmark, messages #2)
|
--- Test Case 11.2 (Benchmark, messages #2)
|
||||||
--- Score : 1624 msgs/S, 3248 ctxswc/S
|
--- Score : 1549 msgs/S, 3098 ctxswc/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.3 (Benchmark, messages #3)
|
--- Test Case 11.3 (Benchmark, messages #3)
|
||||||
--- Score : 1624 msgs/S, 3248 ctxswc/S
|
--- Score : 1549 msgs/S, 3098 ctxswc/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.4 (Benchmark, context switch)
|
--- Test Case 11.4 (Benchmark, context switch)
|
||||||
--- Score : 5912 ctxswc/S
|
--- Score : 5456 ctxswc/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.5 (Benchmark, threads, full cycle)
|
--- Test Case 11.5 (Benchmark, threads, full cycle)
|
||||||
--- Score : 1120 threads/S
|
--- Score : 1065 threads/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.6 (Benchmark, threads, create only)
|
--- Test Case 11.6 (Benchmark, threads, create only)
|
||||||
--- Score : 1523 threads/S
|
--- Score : 1434 threads/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.7 (Benchmark, mass reschedule, 5 threads)
|
--- Test Case 11.7 (Benchmark, mass reschedule, 5 threads)
|
||||||
--- Score : 494 reschedules/S, 2964 ctxswc/S
|
--- Score : 489 reschedules/S, 2934 ctxswc/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.8 (Benchmark, round robin context switching)
|
--- Test Case 11.8 (Benchmark, round robin context switching)
|
||||||
--- Score : 3820 ctxswc/S
|
--- Score : 3520 ctxswc/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
||||||
--- Score : 4920 bytes/S
|
--- Score : 6340 bytes/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
||||||
--- Score : 5628 timers/S
|
--- Score : 5626 timers/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.11 (Benchmark, semaphores wait/signal)
|
--- Test Case 11.11 (Benchmark, semaphores wait/signal)
|
||||||
|
@ -142,12 +144,12 @@ Settings: MCLK=DCOCLK 750KHz
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.12 (Benchmark, mutexes lock/unlock)
|
--- Test Case 11.12 (Benchmark, mutexes lock/unlock)
|
||||||
--- Score : 7524 lock+unlock/S
|
--- Score : 7520 lock+unlock/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.13 (Benchmark, RAM footprint)
|
--- Test Case 11.13 (Benchmark, RAM footprint)
|
||||||
--- System: 220 bytes
|
--- System: 224 bytes
|
||||||
--- Thread: 36 bytes
|
--- Thread: 38 bytes
|
||||||
--- Timer : 10 bytes
|
--- Timer : 10 bytes
|
||||||
--- Semaph: 6 bytes
|
--- Semaph: 6 bytes
|
||||||
--- EventS: 2 bytes
|
--- EventS: 2 bytes
|
||||||
|
|
|
@ -5,10 +5,12 @@ Settings: MCLK=XT2CLK 8MHz
|
||||||
|
|
||||||
*** ChibiOS/RT test suite
|
*** ChibiOS/RT test suite
|
||||||
***
|
***
|
||||||
*** Kernel: 2.1.7unstable
|
*** Kernel: 2.4.0
|
||||||
*** GCC Version: 3.2.3
|
*** Compiled: Jan 22 2012 - 20:48:24
|
||||||
|
*** Compiler: GCC 3.2.3
|
||||||
*** Architecture: MSP430
|
*** Architecture: MSP430
|
||||||
*** Core Variant: MSP430
|
*** Core Variant: MSP430
|
||||||
|
*** Port Info: None
|
||||||
*** Platform: MSP430x16x
|
*** Platform: MSP430x16x
|
||||||
*** Test Board: Olimex MSP430-P1611
|
*** Test Board: Olimex MSP430-P1611
|
||||||
|
|
||||||
|
@ -98,15 +100,15 @@ Settings: MCLK=XT2CLK 8MHz
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.1 (Benchmark, messages #1)
|
--- Test Case 11.1 (Benchmark, messages #1)
|
||||||
--- Score : 20220 msgs/S, 40440 ctxswc/S
|
--- Score : 20374 msgs/S, 40748 ctxswc/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.2 (Benchmark, messages #2)
|
--- Test Case 11.2 (Benchmark, messages #2)
|
||||||
--- Score : 16675 msgs/S, 33350 ctxswc/S
|
--- Score : 16780 msgs/S, 33560 ctxswc/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.3 (Benchmark, messages #3)
|
--- Test Case 11.3 (Benchmark, messages #3)
|
||||||
--- Score : 16675 msgs/S, 33350 ctxswc/S
|
--- Score : 16780 msgs/S, 33560 ctxswc/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.4 (Benchmark, context switch)
|
--- Test Case 11.4 (Benchmark, context switch)
|
||||||
|
@ -114,11 +116,11 @@ Settings: MCLK=XT2CLK 8MHz
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.5 (Benchmark, threads, full cycle)
|
--- Test Case 11.5 (Benchmark, threads, full cycle)
|
||||||
--- Score : 11694 threads/S
|
--- Score : 11542 threads/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.6 (Benchmark, threads, create only)
|
--- Test Case 11.6 (Benchmark, threads, create only)
|
||||||
--- Score : 15816 threads/S
|
--- Score : 15539 threads/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.7 (Benchmark, mass reschedule, 5 threads)
|
--- Test Case 11.7 (Benchmark, mass reschedule, 5 threads)
|
||||||
|
@ -130,11 +132,11 @@ Settings: MCLK=XT2CLK 8MHz
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
||||||
--- Score : 53292 bytes/S
|
--- Score : 68708 bytes/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
||||||
--- Score : 61056 timers/S
|
--- Score : 60970 timers/S
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.11 (Benchmark, semaphores wait/signal)
|
--- Test Case 11.11 (Benchmark, semaphores wait/signal)
|
||||||
|
@ -146,8 +148,8 @@ Settings: MCLK=XT2CLK 8MHz
|
||||||
--- Result: SUCCESS
|
--- Result: SUCCESS
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
--- Test Case 11.13 (Benchmark, RAM footprint)
|
--- Test Case 11.13 (Benchmark, RAM footprint)
|
||||||
--- System: 220 bytes
|
--- System: 224 bytes
|
||||||
--- Thread: 36 bytes
|
--- Thread: 38 bytes
|
||||||
--- Timer : 10 bytes
|
--- Timer : 10 bytes
|
||||||
--- Semaph: 6 bytes
|
--- Semaph: 6 bytes
|
||||||
--- EventS: 2 bytes
|
--- EventS: 2 bytes
|
||||||
|
|
Loading…
Reference in New Issue