From ae97c97b114c0e56d9881d54fbc97a052976b25a Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 15 Nov 2008 10:19:57 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@510 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/reports/AT91SAM7X-48-ARM.txt | 53 ++++++++++++++++++++++++--------------- 1 file changed, 33 insertions(+), 20 deletions(-) (limited to 'docs/reports/AT91SAM7X-48-ARM.txt') diff --git a/docs/reports/AT91SAM7X-48-ARM.txt b/docs/reports/AT91SAM7X-48-ARM.txt index ce810b41e..6e637f698 100644 --- a/docs/reports/AT91SAM7X-48-ARM.txt +++ b/docs/reports/AT91SAM7X-48-ARM.txt @@ -1,5 +1,5 @@ *************************************************************************** -Kernel: ChibiOS/RT 0.7.2 +Kernel: ChibiOS/RT 0.8.0 Compiler: GCC 4.3.2 (YAGARTO 28.09.2008) Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state) @@ -27,49 +27,62 @@ Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state) --- 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 : 62452 bytes, not fragmented +--- 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 : 42600 bytes, not fragmented --- Result: SUCCESS --------------------------------------------------------------------------- ---- Test Case 13 (Benchmark, context switch #1, optimal) ---- Score : 114945 msgs/S, 229890 ctxswc/S +--- Test Case 13 (Memory Pools, allocation and enqueuing test) --- Result: SUCCESS --------------------------------------------------------------------------- ---- Test Case 14 (Benchmark, context switch #2, empty ready list) ---- Score : 90221 msgs/S, 180442 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 : 90221 msgs/S, 180442 ctxswc/S +--- Test Case 15 (Dynamic APIs, threads creation from memory pool) --- Result: SUCCESS --------------------------------------------------------------------------- ---- Test Case 16 (Benchmark, threads creation/termination, worst case) ---- Score : 66878 threads/S +--- Test Case 16 (Benchmark, context switch #1, optimal) +--- Score : 114943 msgs/S, 229886 ctxswc/S --- Result: SUCCESS --------------------------------------------------------------------------- ---- Test Case 17 (Benchmark, threads creation/termination, optimal) ---- Score : 92312 threads/S +--- Test Case 17 (Benchmark, context switch #2, empty ready list) +--- Score : 90220 msgs/S, 180440 ctxswc/S --- Result: SUCCESS --------------------------------------------------------------------------- ---- Test Case 18 (Benchmark, mass reschedulation, 5 threads) ---- Score : 27850 reschedulations/S, 167100 ctxswc/S +--- Test Case 18 (Benchmark, context switch #3, 4 threads in ready list) +--- Score : 90220 msgs/S, 180440 ctxswc/S --- Result: SUCCESS --------------------------------------------------------------------------- ---- Test Case 19 (Benchmark, I/O Queues throughput) +--- Test Case 19 (Benchmark, threads creation/termination, worst case) +--- Score : 67064 threads/S +--- Result: SUCCESS +--------------------------------------------------------------------------- +--- Test Case 20 (Benchmark, threads creation/termination, optimal) +--- Score : 92668 threads/S +--- Result: SUCCESS +--------------------------------------------------------------------------- +--- Test Case 21 (Benchmark, mass reschedulation, 5 threads) +--- Score : 27963 reschedulations/S, 167778 ctxswc/S +--- Result: SUCCESS +--------------------------------------------------------------------------- +--- Test Case 22 (Benchmark, I/O Queues throughput) --- Score : 240464 bytes/S --- Result: SUCCESS --------------------------------------------------------------------------- +--- Test Case 23 (Benchmark, virtual timers set/reset) +--- Score : 240308 timers/S +--- Result: SUCCESS +--------------------------------------------------------------------------- Final result: SUCCESS -- cgit v1.2.3