From 0a497406400e114046c5f25ab0fedc1bdb795d02 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 4 Jun 2017 10:49:00 +0000 Subject: STM32F7 RT reports. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10236 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- doc/rt/reports/STM32F746-216-GCC-FPU.txt | 151 +++++++++++++++++-------------- doc/rt/reports/STM32F746-216-GCC.txt | 150 ++++++++++++++++++------------ 2 files changed, 175 insertions(+), 126 deletions(-) (limited to 'doc') diff --git a/doc/rt/reports/STM32F746-216-GCC-FPU.txt b/doc/rt/reports/STM32F746-216-GCC-FPU.txt index e3fe3ccf1..dfff2e157 100644 --- a/doc/rt/reports/STM32F746-216-GCC-FPU.txt +++ b/doc/rt/reports/STM32F746-216-GCC-FPU.txt @@ -1,164 +1,183 @@ -*** ChibiOS/RT test suite +*** ChibiOS/RT Test Suite *** -*** Kernel: 3.1.0 -*** Compiled: Jan 4 2016 - 11:55:52 -*** Compiler: GCC 4.9.3 20150529 (release) [ARM/embedded-4_9-branch revision 227977] -*** Architecture: ARMv7E-M -*** Core Variant: Cortex-M7F -*** Port Info: Advanced kernel mode +*** Compiled: Jun 4 2017 - 12:45:47 *** Platform: STM32F746 Very High Performance with DSP and FPU *** Test Board: STMicroelectronics STM32F746G-Discovery ---------------------------------------------------------------------------- ---- Test Case 1.1 (System, critical zones) +--- Test Case 1.1 (System integrity functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 1.2 (System, interrupts handling) +--- Test Case 1.2 (Critical zones functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 1.3 (System, integrity) +--- Test Case 1.3 (Interrupts handling functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.1 (Threads, enqueuing test #1) +--- Test Case 1.4 (System Tick Counter functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.2 (Threads, enqueuing test #2) +--- Test Case 2.1 (Thread Sleep functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.3 (Threads, priority change) +--- Test Case 2.2 (Ready List functionality, threads priority order) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.4 (Threads, delays) +--- Test Case 2.3 (Priority change test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.1 (Semaphores, enqueuing) +--- Test Case 2.4 (Priority change test with Priority Inheritance) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.2 (Semaphores, timeout) +--- Test Case 3.1 (Suspend and Resume functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.3 (Semaphores, atomic signal-wait) +--- Test Case 4.1 (Semaphore primitives, no state change) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.4 (Binary Semaphores, functionality) +--- Test Case 4.2 (Semaphore enqueuing test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.1 (Mutexes, priority enqueuing test) +--- Test Case 4.3 (Semaphore timeout test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.2 (Mutexes, priority return) +--- Test Case 4.4 (Testing chSemAddCounterI() functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.3 (Mutexes, status) +--- Test Case 4.5 (Testing chSemWaitSignal() functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.4 (CondVar, signal test) +--- Test Case 4.6 (Testing Binary Semaphores special case) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.5 (CondVar, broadcast test) +--- Test Case 5.1 (Priority enqueuing test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.6 (CondVar, boost test) +--- Test Case 5.2 (Priority return verification) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 5.1 (Messages, loop) +--- Test Case 5.3 (Repeated locks, non recursive scenario) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 6.1 (Mailboxes, queuing and timeouts) +--- Test Case 5.4 (Condition Variable signal test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.1 (Events, registration and dispatch) +--- Test Case 5.5 (Condition Variable broadcast test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.2 (Events, wait and broadcast) +--- Test Case 5.6 (Condition Variable priority boost test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.3 (Events, timeouts) +--- Test Case 6.1 (Messages Server loop) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 8.1 (Heap, allocation and fragmentation test) +--- Test Case 7.1 (Events registration) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 9.1 (Memory Pools, queue/dequeue) +--- Test Case 7.2 (Event Flags dispatching) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.1 (Dynamic APIs, threads creation from heap) +--- Test Case 7.3 (Events Flags wait using chEvtWaitOne()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.2 (Dynamic APIs, threads creation from memory pool) +--- Test Case 7.4 (Events Flags wait using chEvtWaitAny()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.3 (Dynamic APIs, registry and references) +--- Test Case 7.5 (Events Flags wait using chEvtWaitAll()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.1 (Queues, input queues) +--- Test Case 7.6 (Events Flags wait timeouts) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.2 (Queues, output queues) +--- Test Case 7.7 (Broadcasting using chEvtBroadcast()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.1 (Benchmark, messages #1) ---- Score : 923070 msgs/S, 1846140 ctxswc/S +--- Test Case 8.1 (Mailbox normal API, non-blocking tests) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.2 (Benchmark, messages #2) ---- Score : 833971 msgs/S, 1667942 ctxswc/S +--- Test Case 8.2 (Mailbox I-Class API, non-blocking tests) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.3 (Benchmark, messages #3) ---- Score : 833970 msgs/S, 1667940 ctxswc/S +--- Test Case 8.3 (Mailbox timeouts) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.4 (Benchmark, context switch) ---- Score : 3570224 ctxswc/S +--- Test Case 9.1 (Loading and emptying a memory pool) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.5 (Benchmark, threads, full cycle) ---- Score : 640942 threads/S +--- Test Case 9.2 (Loading and emptying a guarded memory pool without waiting) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.6 (Benchmark, threads, create only) ---- Score : 947361 threads/S +--- Test Case 9.3 (Guarded Memory Pools timeout) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.7 (Benchmark, mass reschedule, 5 threads) ---- Score : 299484 reschedules/S, 1796904 ctxswc/S +--- Test Case 10.1 (Allocation and fragmentation) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.8 (Benchmark, round robin context switching) ---- Score : 2122840 ctxswc/S +--- Test Case 10.2 (Default Heap) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.9 (Benchmark, I/O Queues throughput) ---- Score : 2517108 bytes/S +--- Test Case 11.1 (Threads creation from Memory Heap) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.10 (Benchmark, virtual timers set/reset) ---- Score : 1990948 timers/S +--- Test Case 11.2 (Threads creation from Memory Pool) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.11 (Benchmark, semaphores wait/signal) ---- Score : 3043584 wait+signal/S +--- Test Case 12.1 (Messages performance #1) +--- Score : 899992 msgs/S, 1799984 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.12 (Benchmark, mutexes lock/unlock) ---- Score : 2470328 lock+unlock/S +--- Test Case 12.2 (Messages performance #2) +--- Score : 760557 msgs/S, 1521114 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.13 (Benchmark, RAM footprint) ---- System: 472 bytes +--- Test Case 12.3 (Messages performance #3) +--- Score : 760557 msgs/S, 1521114 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.4 (Context Switch performance) +--- Score : 3401552 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.5 (Threads performance, full cycle) +--- Score : 599995 threads/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.6 (Threads performance, create/exit only) +--- Score : 760558 threads/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.7 (Mass reschedule performance) +--- Score : 295081 reschedules/S, 1770486 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.8 (Round-Robin voluntary reschedule) +--- Score : 2062040 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.9 (Virtual Timers set/reset performance) +--- Score : 2075986 timers/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.10 (Semaphores wait/signal performance) +--- Score : 2918912 wait+signal/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.11 (Mutexes lock/unlock performance) +--- Score : 2399992 lock+unlock/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.12 (RAM Footprint) +--- System: 120 bytes --- Thread: 68 bytes --- Timer : 20 bytes --- Semaph: 12 bytes ---- EventS: 4 bytes ---- EventL: 20 bytes --- Mutex : 16 bytes --- CondV.: 8 bytes ---- Queue : 36 bytes +--- EventS: 4 bytes +--- EventL: 20 bytes --- MailB.: 40 bytes --- Result: SUCCESS ---------------------------------------------------------------------------- Final result: SUCCESS - diff --git a/doc/rt/reports/STM32F746-216-GCC.txt b/doc/rt/reports/STM32F746-216-GCC.txt index 10fd4c2a7..628954ac7 100644 --- a/doc/rt/reports/STM32F746-216-GCC.txt +++ b/doc/rt/reports/STM32F746-216-GCC.txt @@ -1,153 +1,183 @@ -*** ChibiOS/RT test suite +*** ChibiOS/RT Test Suite *** -*** Kernel: 4.0.0 -*** Compiled: Mar 27 2016 - 16:28:00 -*** Compiler: GCC 4.9.3 20150529 (release) [ARM/embedded-4_9-branch revision 227977] -*** Architecture: ARMv7E-M -*** Core Variant: Cortex-M7 -*** Port Info: Advanced kernel mode +*** Compiled: Jun 4 2017 - 12:35:38 *** Platform: STM32F746 Very High Performance with DSP and FPU *** Test Board: STMicroelectronics STM32F746G-Discovery ---------------------------------------------------------------------------- ---- Test Case 1.1 (System, critical zones) +--- Test Case 1.1 (System integrity functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 1.2 (System, interrupts handling) +--- Test Case 1.2 (Critical zones functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 1.3 (System, integrity) +--- Test Case 1.3 (Interrupts handling functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.1 (Threads, enqueuing test #1) +--- Test Case 1.4 (System Tick Counter functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.2 (Threads, enqueuing test #2) +--- Test Case 2.1 (Thread Sleep functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.3 (Threads, priority change) +--- Test Case 2.2 (Ready List functionality, threads priority order) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.4 (Threads, delays) +--- Test Case 2.3 (Priority change test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.1 (Semaphores, enqueuing) +--- Test Case 2.4 (Priority change test with Priority Inheritance) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.2 (Semaphores, timeout) +--- Test Case 3.1 (Suspend and Resume functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.3 (Semaphores, atomic signal-wait) +--- Test Case 4.1 (Semaphore primitives, no state change) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.4 (Binary Semaphores, functionality) +--- Test Case 4.2 (Semaphore enqueuing test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.1 (Mutexes, priority enqueuing test) +--- Test Case 4.3 (Semaphore timeout test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.2 (Mutexes, priority return) +--- Test Case 4.4 (Testing chSemAddCounterI() functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.3 (Mutexes, status) +--- Test Case 4.5 (Testing chSemWaitSignal() functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.4 (CondVar, signal test) +--- Test Case 4.6 (Testing Binary Semaphores special case) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.5 (CondVar, broadcast test) +--- Test Case 5.1 (Priority enqueuing test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.6 (CondVar, boost test) +--- Test Case 5.2 (Priority return verification) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 5.1 (Messages, loop) +--- Test Case 5.3 (Repeated locks, non recursive scenario) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 6.1 (Mailboxes, queuing and timeouts) +--- Test Case 5.4 (Condition Variable signal test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.1 (Events, registration and dispatch) +--- Test Case 5.5 (Condition Variable broadcast test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.2 (Events, wait and broadcast) +--- Test Case 5.6 (Condition Variable priority boost test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.3 (Events, timeouts) +--- Test Case 6.1 (Messages Server loop) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 8.1 (Heap, allocation and fragmentation test) +--- Test Case 7.1 (Events registration) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 9.1 (Memory Pools, queue/dequeue) +--- Test Case 7.2 (Event Flags dispatching) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.1 (Dynamic APIs, threads creation from heap) +--- Test Case 7.3 (Events Flags wait using chEvtWaitOne()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.2 (Dynamic APIs, threads creation from memory pool) +--- Test Case 7.4 (Events Flags wait using chEvtWaitAny()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.3 (Dynamic APIs, registry and references) +--- Test Case 7.5 (Events Flags wait using chEvtWaitAll()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.1 (Benchmark, messages #1) ---- Score : 1023687 msgs/S, 2047374 ctxswc/S +--- Test Case 7.6 (Events Flags wait timeouts) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.2 (Benchmark, messages #2) ---- Score : 860551 msgs/S, 1721102 ctxswc/S +--- Test Case 7.7 (Broadcasting using chEvtBroadcast()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.3 (Benchmark, messages #3) ---- Score : 860550 msgs/S, 1721100 ctxswc/S +--- Test Case 8.1 (Mailbox normal API, non-blocking tests) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.4 (Benchmark, context switch) ---- Score : 5008664 ctxswc/S +--- Test Case 8.2 (Mailbox I-Class API, non-blocking tests) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.5 (Benchmark, threads, full cycle) ---- Score : 703577 threads/S +--- Test Case 8.3 (Mailbox timeouts) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.6 (Benchmark, threads, create only) ---- Score : 896259 threads/S +--- Test Case 9.1 (Loading and emptying a memory pool) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.7 (Benchmark, mass reschedule, 5 threads) ---- Score : 354097 reschedules/S, 2124582 ctxswc/S +--- Test Case 9.2 (Loading and emptying a guarded memory pool without waiting) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.8 (Benchmark, round robin context switching) ---- Score : 2303980 ctxswc/S +--- Test Case 9.3 (Guarded Memory Pools timeout) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.9 (Benchmark, virtual timers set/reset) ---- Score : 2000026 timers/S +--- Test Case 10.1 (Allocation and fragmentation) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.10 (Benchmark, semaphores wait/signal) ---- Score : 3031568 wait+signal/S +--- Test Case 10.2 (Default Heap) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.11 (Benchmark, mutexes lock/unlock) ---- Score : 2472136 lock+unlock/S +--- Test Case 11.1 (Threads creation from Memory Heap) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.12 (Benchmark, RAM footprint) +--- Test Case 11.2 (Threads creation from Memory Pool) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.1 (Messages performance #1) +--- Score : 1038453 msgs/S, 2076906 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.2 (Messages performance #2) +--- Score : 870961 msgs/S, 1741922 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.3 (Messages performance #3) +--- Score : 870961 msgs/S, 1741922 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.4 (Context Switch performance) +--- Score : 4645136 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.5 (Threads performance, full cycle) +--- Score : 658531 threads/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.6 (Threads performance, create/exit only) +--- Score : 870962 threads/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.7 (Mass reschedule performance) +--- Score : 339622 reschedules/S, 2037732 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.8 (Round-Robin voluntary reschedule) +--- Score : 2354200 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.9 (Virtual Timers set/reset performance) +--- Score : 2075988 timers/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.10 (Semaphores wait/signal performance) +--- Score : 2918912 wait+signal/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.11 (Mutexes lock/unlock performance) +--- Score : 2399992 lock+unlock/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 12.12 (RAM Footprint) --- System: 120 bytes --- Thread: 68 bytes --- Timer : 20 bytes --- Semaph: 12 bytes ---- EventS: 4 bytes ---- EventL: 20 bytes --- Mutex : 16 bytes --- CondV.: 8 bytes +--- EventS: 4 bytes +--- EventL: 20 bytes --- MailB.: 40 bytes --- Result: SUCCESS ---------------------------------------------------------------------------- Final result: SUCCESS - -- cgit v1.2.3