From 0a0619050b1f591723486705a76d666201216a7f Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 13 Jun 2009 13:49:07 +0000 Subject: [PATCH] Updated reports. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_1.2.x@1031 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/reports/AT91SAM7X-48-ARM.txt | 5 +++-- docs/reports/AT91SAM7X-48-THUMB.txt | 5 ++--- docs/reports/LPC2148-48-ARM.txt | 14 +++++++------- docs/reports/LPC2148-48-THUMB.txt | 10 +++++----- docs/reports/MSP430F1611-0.75.txt | 2 +- docs/reports/STM32F103-48.txt | 6 +++--- docs/reports/STM32F103-72.txt | 6 +++--- docs/reports/build.txt | 5 +---- 8 files changed, 25 insertions(+), 28 deletions(-) diff --git a/docs/reports/AT91SAM7X-48-ARM.txt b/docs/reports/AT91SAM7X-48-ARM.txt index b369f1e43..4a9fe164a 100644 --- a/docs/reports/AT91SAM7X-48-ARM.txt +++ b/docs/reports/AT91SAM7X-48-ARM.txt @@ -1,5 +1,5 @@ *************************************************************************** -Kernel: ChibiOS/RT 1.2.2 stable +Kernel: ChibiOS/RT 1.2.3 stable Compiler: GCC 4.3.3 (YAGARTO 29.03.2009) Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state) @@ -46,7 +46,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 : 62228 bytes, not fragmented +--- Size : 61460 bytes, not fragmented --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 8.1 (Memory Pools, allocation and enqueuing test) @@ -100,3 +100,4 @@ Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state) --------------------------------------------------------------------------- Final result: SUCCESS + diff --git a/docs/reports/AT91SAM7X-48-THUMB.txt b/docs/reports/AT91SAM7X-48-THUMB.txt index 5e66746b1..1446af192 100644 --- a/docs/reports/AT91SAM7X-48-THUMB.txt +++ b/docs/reports/AT91SAM7X-48-THUMB.txt @@ -1,5 +1,5 @@ *************************************************************************** -Kernel: ChibiOS/RT 1.2.2 stable +Kernel: ChibiOS/RT 1.2.3 stable Compiler: GCC 4.3.3 (YAGARTO 29.03.2009) Options: -Os -fomit-frame-pointer -mabi=apcs-gnu Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state) @@ -46,7 +46,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 : 62228 bytes, not fragmented +--- Size : 61460 bytes, not fragmented --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 8.1 (Memory Pools, allocation and enqueuing test) @@ -100,4 +100,3 @@ Settings: MCK=48.054857, MC_FMR = AT91C_MC_FWS_1FWS (1 wait state) --------------------------------------------------------------------------- Final result: SUCCESS - diff --git a/docs/reports/LPC2148-48-ARM.txt b/docs/reports/LPC2148-48-ARM.txt index 253482f53..aa92cf012 100644 --- a/docs/reports/LPC2148-48-ARM.txt +++ b/docs/reports/LPC2148-48-ARM.txt @@ -1,5 +1,5 @@ *************************************************************************** -Kernel: ChibiOS/RT 1.2.2 stable +Kernel: ChibiOS/RT 1.2.3 stable Compiler: GCC 4.3.3 (YAGARTO 29.03.2009) Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16 Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states) @@ -46,7 +46,7 @@ Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states) --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 7.1 (Heap, allocation and fragmentation test) ---- Size : 27476 bytes, not fragmented +--- Size : 26708 bytes, not fragmented --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 8.1 (Memory Pools, allocation and enqueuing test) @@ -75,7 +75,7 @@ Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states) --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 10.5 (Benchmark, threads creation/termination, optimal) ---- Score : 141434 threads/S +--- Score : 141435 threads/S --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 10.6 (Benchmark, mass reschedulation, 5 threads) @@ -83,19 +83,19 @@ Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states) --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 10.7 (Benchmark, I/O Queues throughput) ---- Score : 341168 bytes/S +--- Score : 341164 bytes/S --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 10.8 (Benchmark, virtual timers set/reset) ---- Score : 309442 timers/S +--- Score : 309440 timers/S --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 10.9 (Benchmark, semaphores wait/signal) ---- Score : 622888 wait+signal/S +--- Score : 622880 wait+signal/S --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 10.10 (Benchmark, mutexes lock/unlock) ---- Score : 386328 lock+unlock/S +--- Score : 386324 lock+unlock/S --- Result: SUCCESS --------------------------------------------------------------------------- diff --git a/docs/reports/LPC2148-48-THUMB.txt b/docs/reports/LPC2148-48-THUMB.txt index 2f30b40a0..3e645382c 100644 --- a/docs/reports/LPC2148-48-THUMB.txt +++ b/docs/reports/LPC2148-48-THUMB.txt @@ -1,5 +1,5 @@ *************************************************************************** -Kernel: ChibiOS/RT 1.2.2 stable +Kernel: ChibiOS/RT 1.2.3 stable Compiler: GCC 4.3.3 (YAGARTO 29.03.2009) Options: -Os -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16 Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states) @@ -46,7 +46,7 @@ Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states) --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 7.1 (Heap, allocation and fragmentation test) ---- Size : 27476 bytes, not fragmented +--- Size : 26708 bytes, not fragmented --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 8.1 (Memory Pools, allocation and enqueuing test) @@ -83,11 +83,11 @@ Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states) --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 10.7 (Benchmark, I/O Queues throughput) ---- Score : 262044 bytes/S +--- Score : 262040 bytes/S --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 10.8 (Benchmark, virtual timers set/reset) ---- Score : 302366 timers/S +--- Score : 302364 timers/S --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 10.9 (Benchmark, semaphores wait/signal) @@ -95,7 +95,7 @@ Settings: CCLK=48, MAMCR=2, MAMTIM=3 (3 wait states) --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 10.10 (Benchmark, mutexes lock/unlock) ---- Score : 249148 lock+unlock/S +--- Score : 249144 lock+unlock/S --- Result: SUCCESS --------------------------------------------------------------------------- diff --git a/docs/reports/MSP430F1611-0.75.txt b/docs/reports/MSP430F1611-0.75.txt index eaa17bde2..d8dffe382 100644 --- a/docs/reports/MSP430F1611-0.75.txt +++ b/docs/reports/MSP430F1611-0.75.txt @@ -1,5 +1,5 @@ *************************************************************************** -Kernel: ChibiOS/RT 1.2.2 stable +Kernel: ChibiOS/RT 1.2.3 stable Compiler: GCC 3.2.3 (MSPGCC) Options: -O2 -fomit-frame-pointer Settings: MCLK=DCOCLK 750Khz diff --git a/docs/reports/STM32F103-48.txt b/docs/reports/STM32F103-48.txt index 7e588a302..09c836486 100644 --- a/docs/reports/STM32F103-48.txt +++ b/docs/reports/STM32F103-48.txt @@ -1,5 +1,5 @@ *************************************************************************** -Kernel: ChibiOS/RT 1.2.2 stable +Kernel: ChibiOS/RT 1.2.3 stable Compiler: GCC 4.3.3 (YAGARTO 29.03.2009) Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16 Settings: SYSCLK=48, ACR=0x11 (1 wait state) @@ -46,7 +46,7 @@ Settings: SYSCLK=48, ACR=0x11 (1 wait state) --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 7.1 (Heap, allocation and fragmentation test) ---- Size : 17204 bytes, not fragmented +--- Size : 16436 bytes, not fragmented --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 8.1 (Memory Pools, allocation and enqueuing test) @@ -95,7 +95,7 @@ Settings: SYSCLK=48, ACR=0x11 (1 wait state) --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 10.10 (Benchmark, mutexes lock/unlock) ---- Score : 489544 lock+unlock/S +--- Score : 489548 lock+unlock/S --- Result: SUCCESS --------------------------------------------------------------------------- diff --git a/docs/reports/STM32F103-72.txt b/docs/reports/STM32F103-72.txt index 9a9d5cbac..3d32a855e 100644 --- a/docs/reports/STM32F103-72.txt +++ b/docs/reports/STM32F103-72.txt @@ -1,5 +1,5 @@ *************************************************************************** -Kernel: ChibiOS/RT 1.2.2 stable +Kernel: ChibiOS/RT 1.2.3 stable Compiler: GCC 4.3.3 (YAGARTO 29.03.2009) Options: -O2 -fomit-frame-pointer -mabi=apcs-gnu -falign-functions=16 Settings: SYSCLK=72, ACR=0x12 (2 wait states) @@ -46,7 +46,7 @@ Settings: SYSCLK=72, ACR=0x12 (2 wait states) --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 7.1 (Heap, allocation and fragmentation test) ---- Size : 17204 bytes, not fragmented +--- Size : 16436 bytes, not fragmented --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 8.1 (Memory Pools, allocation and enqueuing test) @@ -63,7 +63,7 @@ Settings: SYSCLK=72, ACR=0x12 (2 wait states) --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 10.2 (Benchmark, context switch #2, empty ready list) ---- Score : 174741 msgs/S, 349482 ctxswc/S +--- Score : 174740 msgs/S, 349480 ctxswc/S --- Result: SUCCESS --------------------------------------------------------------------------- --- Test Case 10.3 (Benchmark, context switch #3, 4 threads in ready list) diff --git a/docs/reports/build.txt b/docs/reports/build.txt index 0e3da2eeb..2374232c1 100644 --- a/docs/reports/build.txt +++ b/docs/reports/build.txt @@ -13,9 +13,6 @@ CH_USE_ROUNDROBIN=FALSE CH_USE_SEMAPHORES_PRIORITY=TRUE * Building...OK * Testing...OK -CH_USE_SEMAPHORES_TIMEOUT=FALSE - * Building...OK - * Testing...OK CH_USE_CONDVARS_TIMEOUT=FALSE * Building...OK * Testing...OK @@ -43,6 +40,6 @@ CH_DBG_ENABLE_STACK_CHECK=TRUE CH_DBG_FILL_THREADS=TRUE * Building...OK * Testing...OK -CH_DBG_THREADS_PROFILING=TRUE +CH_DBG_THREADS_PROFILING=FALSE * Building...OK * Testing...OK