diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-09-19 11:03:40 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-09-19 11:03:40 +0000 |
commit | a297cfe4f18116ef193921ebfd8aaca2ffa2873a (patch) | |
tree | 22acdea4572a0833b901cd6eda9ab19def80c575 /docs/reports/AT91SAM7X-48-ARM.txt | |
parent | ff9c595c546a254a25c84827d99f7f4f6d1b7101 (diff) | |
download | ChibiOS-a297cfe4f18116ef193921ebfd8aaca2ffa2873a.tar.gz ChibiOS-a297cfe4f18116ef193921ebfd8aaca2ffa2873a.tar.bz2 ChibiOS-a297cfe4f18116ef193921ebfd8aaca2ffa2873a.zip |
Updated reports.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1169 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/reports/AT91SAM7X-48-ARM.txt')
-rw-r--r-- | docs/reports/AT91SAM7X-48-ARM.txt | 65 |
1 files changed, 38 insertions, 27 deletions
diff --git a/docs/reports/AT91SAM7X-48-ARM.txt b/docs/reports/AT91SAM7X-48-ARM.txt index c43d613e8..6372f4eba 100644 --- a/docs/reports/AT91SAM7X-48-ARM.txt +++ b/docs/reports/AT91SAM7X-48-ARM.txt @@ -5,9 +5,9 @@ Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state) *** ChibiOS/RT test suite
***
-*** Kernel: 1.3.1unstable
+*** Kernel: 1.3.2unstable
*** Architecture: ARM7TDMI
-*** GCC Version: 4.3.3
+*** GCC Version: 4.4.1
----------------------------------------------------------------------------
--- Test Case 1.1 (Threads, enqueuing test #1)
@@ -71,7 +71,7 @@ Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state) --- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 7.1 (Heap, allocation and fragmentation test)
---- Size : 61344 bytes, not fragmented
+--- Size : 61428 bytes, not fragmented
--- Result: SUCCESS
----------------------------------------------------------------------------
--- Test Case 8.1 (Memory Pools, queue/dequeue)
@@ -89,54 +89,65 @@ Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state) --- Test Case 10.2 (Queues, output queues)
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 11.1 (Serial driver, synchronous)
+--- Test Case 11.1 (Benchmark, messages #1)
+--- Score : 114920 msgs/S, 229840 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 11.2 (Serial driver, asynchronous)
+--- Test Case 11.2 (Benchmark, messages #2)
+--- Score : 90543 msgs/S, 181086 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.1 (Benchmark, messages #1)
---- Score : 115475 msgs/S, 230950 ctxswc/S
+--- Test Case 11.3 (Benchmark, messages #3)
+--- Score : 90543 msgs/S, 181086 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.2 (Benchmark, messages #2)
---- Score : 90202 msgs/S, 180404 ctxswc/S
+--- Test Case 11.4 (Benchmark, context switch)
+--- Score : 391056 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.3 (Benchmark, messages #3)
---- Score : 90202 msgs/S, 180404 ctxswc/S
+--- Test Case 11.5 (Benchmark, threads, full cycle)
+--- Score : 82564 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.4 (Benchmark, context switch)
---- Score : 394288 ctxswc/S
+--- Test Case 11.6 (Benchmark, threads, create only)
+--- Score : 115469 threads/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.5 (Benchmark, threads, full cycle)
---- Score : 79016 threads/S
+--- Test Case 11.7 (Benchmark, mass reschedulation, 5 threads)
+--- Score : 28337 reschedulations/S, 170022 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.6 (Benchmark, threads, create only)
---- Score : 108154 threads/S
+--- Test Case 11.8 (Benchmark, round robin context switching)
+--- Score : 258028 reschedulations/S, 258028 ctxswc/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.7 (Benchmark, mass reschedulation, 5 threads)
---- Score : 28038 reschedulations/S, 168228 ctxswc/S
+--- Test Case 11.9 (Benchmark, I/O Queues throughput)
+--- Score : 249164 bytes/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.8 (Benchmark, I/O Queues throughput)
---- Score : 231100 bytes/S
+--- Test Case 11.10 (Benchmark, virtual timers set/reset)
+--- Score : 264136 timers/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.9 (Benchmark, virtual timers set/reset)
---- Score : 264138 timers/S
+--- Test Case 11.11 (Benchmark, semaphores wait/signal)
+--- Score : 466428 wait+signal/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.10 (Benchmark, semaphores wait/signal)
---- Score : 466428 wait+signal/S
+--- Test Case 11.12 (Benchmark, mutexes lock/unlock)
+--- Score : 317664 lock+unlock/S
--- Result: SUCCESS
----------------------------------------------------------------------------
---- Test Case 12.11 (Benchmark, mutexes lock/unlock)
---- Score : 321944 lock+unlock/S
+--- Test Case 11.13 (Benchmark, RAM footprint)
+--- System: 324 bytes
+--- Thread: 60 bytes
+--- Timer : 20 bytes
+--- Semaph: 12 bytes
+--- EventS: 4 bytes
+--- EventL: 12 bytes
+--- Mutex : 16 bytes
+--- CondV.: 8 bytes
+--- Queue : 32 bytes
+--- MailB.: 40 bytes
--- Result: SUCCESS
----------------------------------------------------------------------------
|