From 663fd498aa9b9de9fec5d7c7474efabdfa88401e Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sat, 23 Sep 2017 13:10:45 +0000 Subject: Updated Keil and IAR projects and reports. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10688 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- doc/rt/reports/STM32F303-72-IAR-FPU.txt | 197 +++++++++++++++++++++---------- doc/rt/reports/STM32F303-72-IAR.txt | 197 +++++++++++++++++++++---------- doc/rt/reports/STM32F303-72-RVCT-FPU.txt | 197 +++++++++++++++++++++---------- doc/rt/reports/STM32F303-72-RVCT.txt | 197 +++++++++++++++++++++---------- 4 files changed, 532 insertions(+), 256 deletions(-) (limited to 'doc') diff --git a/doc/rt/reports/STM32F303-72-IAR-FPU.txt b/doc/rt/reports/STM32F303-72-IAR-FPU.txt index a16622b45..65c6b6518 100644 --- a/doc/rt/reports/STM32F303-72-IAR-FPU.txt +++ b/doc/rt/reports/STM32F303-72-IAR-FPU.txt @@ -1,164 +1,233 @@ -*** ChibiOS/RT test suite +*** ChibiOS/RT Test Suite *** -*** Kernel: 3.1.0 -*** Compiled: Jan 6 2016 - 11:08:52 +*** Compiled: Sep 23 2017 - 14:41:03 +*** Platform: STM32F303xC Analog & DSP +*** Test Board: STMicroelectronics STM32F3-Discovery *** Compiler: IAR *** Architecture: ARMv7E-M *** Core Variant: Cortex-M4F *** Port Info: Advanced kernel mode -*** Platform: STM32F303xC Analog & DSP -*** Test Board: STMicroelectronics STM32F3-Discovery ---------------------------------------------------------------------------- ---- Test Case 1.1 (System, critical zones) +--- Test Case 1.1 (Kernel Info) +--- Product: ChibiOS/RT +--- Stable Flag: 1 +--- Version String: 4.0.1 +--- Major Number: 4 +--- Minor Number: 0 +--- Patch Number: 1 +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 1.2 (Kernel Settings) +--- CH_CFG_ST_RESOLUTION: 32 +--- CH_CFG_ST_FREQUENCY: 10000 +--- CH_CFG_ST_TIMEDELTA: 2 +--- CH_CFG_TIME_QUANTUM: 0 +--- CH_CFG_MEMCORE_SIZE: 0 +--- CH_CFG_NO_IDLE_THREAD: 0 +--- CH_CFG_OPTIMIZE_SPEED: 1 +--- CH_CFG_USE_TM: 1 +--- CH_CFG_USE_REGISTRY: 1 +--- CH_CFG_USE_WAITEXIT: 1 +--- CH_CFG_USE_SEMAPHORES: 1 +--- CH_CFG_USE_SEMAPHORES_PRI: 0 +--- CH_CFG_USE_MUTEXES: 1 +--- CH_CFG_USE_MUTEXES_RECURS: 0 +--- CH_CFG_USE_CONDVARS: 1 +--- CH_CFG_USE_CONDVARS_TIMEO: 1 +--- CH_CFG_USE_EVENTS: 1 +--- CH_CFG_USE_EVENTS_TIMEOUT: 1 +--- CH_CFG_USE_MESSAGES: 1 +--- CH_CFG_USE_MESSAGES_PRI: 0 +--- CH_CFG_USE_MAILBOXES: 1 +--- CH_CFG_USE_MEMCORE: 1 +--- CH_CFG_USE_HEAP: 1 +--- CH_CFG_USE_MEMPOOLS: 1 +--- CH_CFG_USE_DYNAMIC: 1 +--- CH_DBG_STATISTICS: 0 +--- CH_DBG_SYSTEM_STATE_CHECK: 0 +--- CH_DBG_ENABLE_CHECKS: 0 +--- CH_DBG_ENABLE_ASSERTS: 0 +--- CH_DBG_TRACE_MASK: 255 +--- CH_DBG_TRACE_BUFFER_SIZE: 128 +--- CH_DBG_ENABLE_STACK_CHECK: 0 +--- CH_DBG_FILL_THREADS: 0 +--- CH_DBG_THREADS_PROFILING: 0 +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.1 (System integrity functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.2 (Critical zones functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.3 (Interrupts handling functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.4 (System Tick Counter functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 3.1 (Thread Sleep functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 1.2 (System, interrupts handling) +--- Test Case 3.2 (Ready List functionality, threads priority order) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 1.3 (System, integrity) +--- Test Case 3.3 (Priority change test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.1 (Threads, enqueuing test #1) +--- Test Case 3.4 (Priority change test with Priority Inheritance) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.2 (Threads, enqueuing test #2) +--- Test Case 4.1 (Suspend and Resume functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.3 (Threads, priority change) +--- Test Case 5.1 (Semaphore primitives, no state change) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.4 (Threads, delays) +--- Test Case 5.2 (Semaphore enqueuing test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.1 (Semaphores, enqueuing) +--- Test Case 5.3 (Semaphore timeout test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.2 (Semaphores, timeout) +--- Test Case 5.4 (Testing chSemAddCounterI() functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.3 (Semaphores, atomic signal-wait) +--- Test Case 5.5 (Testing chSemWaitSignal() functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.4 (Binary Semaphores, functionality) +--- Test Case 5.6 (Testing Binary Semaphores special case) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.1 (Mutexes, priority enqueuing test) +--- Test Case 6.1 (Priority enqueuing test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.2 (Mutexes, priority return) +--- Test Case 6.2 (Priority return verification) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.3 (Mutexes, status) +--- Test Case 6.3 (Repeated locks, non recursive scenario) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.4 (CondVar, signal test) +--- Test Case 6.4 (Condition Variable signal test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.5 (CondVar, broadcast test) +--- Test Case 6.5 (Condition Variable broadcast test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.6 (CondVar, boost test) +--- Test Case 6.6 (Condition Variable priority boost test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 5.1 (Messages, loop) +--- Test Case 7.1 (Messages Server loop) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 6.1 (Mailboxes, queuing and timeouts) +--- Test Case 8.1 (Events registration) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.1 (Events, registration and dispatch) +--- Test Case 8.2 (Event Flags dispatching) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.2 (Events, wait and broadcast) +--- Test Case 8.3 (Events Flags wait using chEvtWaitOne()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.3 (Events, timeouts) +--- Test Case 8.4 (Events Flags wait using chEvtWaitAny()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 8.1 (Heap, allocation and fragmentation test) +--- Test Case 8.5 (Events Flags wait using chEvtWaitAll()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 9.1 (Memory Pools, queue/dequeue) +--- Test Case 8.6 (Events Flags wait timeouts) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.1 (Dynamic APIs, threads creation from heap) +--- Test Case 8.7 (Broadcasting using chEvtBroadcast()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.2 (Dynamic APIs, threads creation from memory pool) +--- Test Case 9.1 (Mailbox normal API, non-blocking tests) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.3 (Dynamic APIs, registry and references) +--- Test Case 9.2 (Mailbox I-Class API, non-blocking tests) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.1 (Queues, input queues) +--- Test Case 9.3 (Mailbox timeouts) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.2 (Queues, output queues) +--- Test Case 10.1 (Loading and emptying a memory pool) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.1 (Benchmark, messages #1) ---- Score : 212992 msgs/S, 425984 ctxswc/S +--- Test Case 10.2 (Loading and emptying a guarded memory pool without waiting) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.2 (Benchmark, messages #2) ---- Score : 193007 msgs/S, 386014 ctxswc/S +--- Test Case 10.3 (Guarded Memory Pools timeout) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.3 (Benchmark, messages #3) ---- Score : 193007 msgs/S, 386014 ctxswc/S +--- Test Case 11.1 (Allocation and fragmentation) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.4 (Benchmark, context switch) ---- Score : 630816 ctxswc/S +--- Test Case 11.2 (Default Heap) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.5 (Benchmark, threads, full cycle) ---- Score : 129017 threads/S +--- Test Case 12.1 (Threads creation from Memory Heap) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.6 (Benchmark, threads, create only) ---- Score : 177319 threads/S +--- Test Case 12.2 (Threads creation from Memory Pool) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.7 (Benchmark, mass reschedule, 5 threads) ---- Score : 57918 reschedules/S, 347508 ctxswc/S +--- Test Case 13.1 (Messages performance #1) +--- Score : 187455 msgs/S, 374910 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.8 (Benchmark, round robin context switching) ---- Score : 373500 ctxswc/S +--- Test Case 13.2 (Messages performance #2) +--- Score : 159965 msgs/S, 319930 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.9 (Benchmark, I/O Queues throughput) ---- Score : 695568 bytes/S +--- Test Case 13.3 (Messages performance #3) +--- Score : 159965 msgs/S, 319930 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.10 (Benchmark, virtual timers set/reset) ---- Score : 549580 timers/S +--- Test Case 13.4 (Context Switch performance) +--- Score : 542248 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.11 (Benchmark, semaphores wait/signal) ---- Score : 999876 wait+signal/S +--- Test Case 13.5 (Threads performance, full cycle) +--- Score : 121593 threads/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.12 (Benchmark, mutexes lock/unlock) ---- Score : 702352 lock+unlock/S +--- Test Case 13.6 (Threads performance, create/exit only) +--- Score : 160677 threads/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.13 (Benchmark, RAM footprint) ---- System: 472 bytes +--- Test Case 13.7 (Mass reschedule performance) +--- Score : 45503 reschedules/S, 273018 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.8 (Round-Robin voluntary reschedule) +--- Score : 309280 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.9 (Virtual Timers set/reset performance) +--- Score : 545470 timers/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.10 (Semaphores wait/signal performance) +--- Score : 1013840 wait+signal/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.11 (Mutexes lock/unlock performance) +--- Score : 742096 lock+unlock/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.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/STM32F303-72-IAR.txt b/doc/rt/reports/STM32F303-72-IAR.txt index 00839c1a3..721d99b65 100644 --- a/doc/rt/reports/STM32F303-72-IAR.txt +++ b/doc/rt/reports/STM32F303-72-IAR.txt @@ -1,164 +1,233 @@ -*** ChibiOS/RT test suite +*** ChibiOS/RT Test Suite *** -*** Kernel: 3.1.0 -*** Compiled: Jan 6 2016 - 11:15:40 +*** Compiled: Sep 23 2017 - 14:52:52 +*** Platform: STM32F303xC Analog & DSP +*** Test Board: STMicroelectronics STM32F3-Discovery *** Compiler: IAR *** Architecture: ARMv7E-M *** Core Variant: Cortex-M4 *** Port Info: Advanced kernel mode -*** Platform: STM32F303xC Analog & DSP -*** Test Board: STMicroelectronics STM32F3-Discovery ---------------------------------------------------------------------------- ---- Test Case 1.1 (System, critical zones) +--- Test Case 1.1 (Kernel Info) +--- Product: ChibiOS/RT +--- Stable Flag: 1 +--- Version String: 4.0.1 +--- Major Number: 4 +--- Minor Number: 0 +--- Patch Number: 1 +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 1.2 (Kernel Settings) +--- CH_CFG_ST_RESOLUTION: 32 +--- CH_CFG_ST_FREQUENCY: 10000 +--- CH_CFG_ST_TIMEDELTA: 2 +--- CH_CFG_TIME_QUANTUM: 0 +--- CH_CFG_MEMCORE_SIZE: 0 +--- CH_CFG_NO_IDLE_THREAD: 0 +--- CH_CFG_OPTIMIZE_SPEED: 1 +--- CH_CFG_USE_TM: 1 +--- CH_CFG_USE_REGISTRY: 1 +--- CH_CFG_USE_WAITEXIT: 1 +--- CH_CFG_USE_SEMAPHORES: 1 +--- CH_CFG_USE_SEMAPHORES_PRI: 0 +--- CH_CFG_USE_MUTEXES: 1 +--- CH_CFG_USE_MUTEXES_RECURS: 0 +--- CH_CFG_USE_CONDVARS: 1 +--- CH_CFG_USE_CONDVARS_TIMEO: 1 +--- CH_CFG_USE_EVENTS: 1 +--- CH_CFG_USE_EVENTS_TIMEOUT: 1 +--- CH_CFG_USE_MESSAGES: 1 +--- CH_CFG_USE_MESSAGES_PRI: 0 +--- CH_CFG_USE_MAILBOXES: 1 +--- CH_CFG_USE_MEMCORE: 1 +--- CH_CFG_USE_HEAP: 1 +--- CH_CFG_USE_MEMPOOLS: 1 +--- CH_CFG_USE_DYNAMIC: 1 +--- CH_DBG_STATISTICS: 0 +--- CH_DBG_SYSTEM_STATE_CHECK: 0 +--- CH_DBG_ENABLE_CHECKS: 0 +--- CH_DBG_ENABLE_ASSERTS: 0 +--- CH_DBG_TRACE_MASK: 255 +--- CH_DBG_TRACE_BUFFER_SIZE: 128 +--- CH_DBG_ENABLE_STACK_CHECK: 0 +--- CH_DBG_FILL_THREADS: 0 +--- CH_DBG_THREADS_PROFILING: 0 +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.1 (System integrity functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.2 (Critical zones functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.3 (Interrupts handling functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.4 (System Tick Counter functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 3.1 (Thread Sleep functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 1.2 (System, interrupts handling) +--- Test Case 3.2 (Ready List functionality, threads priority order) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 1.3 (System, integrity) +--- Test Case 3.3 (Priority change test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.1 (Threads, enqueuing test #1) +--- Test Case 3.4 (Priority change test with Priority Inheritance) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.2 (Threads, enqueuing test #2) +--- Test Case 4.1 (Suspend and Resume functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.3 (Threads, priority change) +--- Test Case 5.1 (Semaphore primitives, no state change) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.4 (Threads, delays) +--- Test Case 5.2 (Semaphore enqueuing test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.1 (Semaphores, enqueuing) +--- Test Case 5.3 (Semaphore timeout test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.2 (Semaphores, timeout) +--- Test Case 5.4 (Testing chSemAddCounterI() functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.3 (Semaphores, atomic signal-wait) +--- Test Case 5.5 (Testing chSemWaitSignal() functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.4 (Binary Semaphores, functionality) +--- Test Case 5.6 (Testing Binary Semaphores special case) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.1 (Mutexes, priority enqueuing test) +--- Test Case 6.1 (Priority enqueuing test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.2 (Mutexes, priority return) +--- Test Case 6.2 (Priority return verification) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.3 (Mutexes, status) +--- Test Case 6.3 (Repeated locks, non recursive scenario) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.4 (CondVar, signal test) +--- Test Case 6.4 (Condition Variable signal test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.5 (CondVar, broadcast test) +--- Test Case 6.5 (Condition Variable broadcast test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.6 (CondVar, boost test) +--- Test Case 6.6 (Condition Variable priority boost test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 5.1 (Messages, loop) +--- Test Case 7.1 (Messages Server loop) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 6.1 (Mailboxes, queuing and timeouts) +--- Test Case 8.1 (Events registration) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.1 (Events, registration and dispatch) +--- Test Case 8.2 (Event Flags dispatching) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.2 (Events, wait and broadcast) +--- Test Case 8.3 (Events Flags wait using chEvtWaitOne()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.3 (Events, timeouts) +--- Test Case 8.4 (Events Flags wait using chEvtWaitAny()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 8.1 (Heap, allocation and fragmentation test) +--- Test Case 8.5 (Events Flags wait using chEvtWaitAll()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 9.1 (Memory Pools, queue/dequeue) +--- Test Case 8.6 (Events Flags wait timeouts) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.1 (Dynamic APIs, threads creation from heap) +--- Test Case 8.7 (Broadcasting using chEvtBroadcast()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.2 (Dynamic APIs, threads creation from memory pool) +--- Test Case 9.1 (Mailbox normal API, non-blocking tests) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.3 (Dynamic APIs, registry and references) +--- Test Case 9.2 (Mailbox I-Class API, non-blocking tests) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.1 (Queues, input queues) +--- Test Case 9.3 (Mailbox timeouts) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.2 (Queues, output queues) +--- Test Case 10.1 (Loading and emptying a memory pool) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.1 (Benchmark, messages #1) ---- Score : 272698 msgs/S, 545396 ctxswc/S +--- Test Case 10.2 (Loading and emptying a guarded memory pool without waiting) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.2 (Benchmark, messages #2) ---- Score : 239975 msgs/S, 479950 ctxswc/S +--- Test Case 10.3 (Guarded Memory Pools timeout) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.3 (Benchmark, messages #3) ---- Score : 239975 msgs/S, 479950 ctxswc/S +--- Test Case 11.1 (Allocation and fragmentation) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.4 (Benchmark, context switch) ---- Score : 888808 ctxswc/S +--- Test Case 11.2 (Default Heap) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.5 (Benchmark, threads, full cycle) ---- Score : 146923 threads/S +--- Test Case 12.1 (Threads creation from Memory Heap) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.6 (Benchmark, threads, create only) ---- Score : 212367 threads/S +--- Test Case 12.2 (Threads creation from Memory Pool) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.7 (Benchmark, mass reschedule, 5 threads) ---- Score : 69693 reschedules/S, 418158 ctxswc/S +--- Test Case 13.1 (Messages performance #1) +--- Score : 229253 msgs/S, 458506 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.8 (Benchmark, round robin context switching) ---- Score : 453500 ctxswc/S +--- Test Case 13.2 (Messages performance #2) +--- Score : 183637 msgs/S, 367274 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.9 (Benchmark, I/O Queues throughput) ---- Score : 698532 bytes/S +--- Test Case 13.3 (Messages performance #3) +--- Score : 183637 msgs/S, 367274 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.10 (Benchmark, virtual timers set/reset) ---- Score : 580638 timers/S +--- Test Case 13.4 (Context Switch performance) +--- Score : 727128 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.11 (Benchmark, semaphores wait/signal) ---- Score : 993000 wait+signal/S +--- Test Case 13.5 (Threads performance, full cycle) +--- Score : 135311 threads/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.12 (Benchmark, mutexes lock/unlock) ---- Score : 698956 lock+unlock/S +--- Test Case 13.6 (Threads performance, create/exit only) +--- Score : 187463 threads/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.13 (Benchmark, RAM footprint) ---- System: 336 bytes +--- Test Case 13.7 (Mass reschedule performance) +--- Score : 52700 reschedules/S, 316200 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.8 (Round-Robin voluntary reschedule) +--- Score : 365880 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.9 (Virtual Timers set/reset performance) +--- Score : 549662 timers/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.10 (Semaphores wait/signal performance) +--- Score : 1028352 wait+signal/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.11 (Mutexes lock/unlock performance) +--- Score : 727112 lock+unlock/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.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/STM32F303-72-RVCT-FPU.txt b/doc/rt/reports/STM32F303-72-RVCT-FPU.txt index da8a3592a..f17e28657 100644 --- a/doc/rt/reports/STM32F303-72-RVCT-FPU.txt +++ b/doc/rt/reports/STM32F303-72-RVCT-FPU.txt @@ -1,164 +1,233 @@ -*** ChibiOS/RT test suite +*** ChibiOS/RT Test Suite *** -*** Kernel: 3.1.0 -*** Compiled: Jan 6 2016 - 11:19:30 +*** Compiled: Sep 23 2017 - 15:05:02 +*** Platform: STM32F303xC Analog & DSP +*** Test Board: STMicroelectronics STM32F3-Discovery *** Compiler: RVCT *** Architecture: ARMv7E-M *** Core Variant: Cortex-M4F *** Port Info: Advanced kernel mode -*** Platform: STM32F303xC Analog & DSP -*** Test Board: STMicroelectronics STM32F3-Discovery ---------------------------------------------------------------------------- ---- Test Case 1.1 (System, critical zones) +--- Test Case 1.1 (Kernel Info) +--- Product: ChibiOS/RT +--- Stable Flag: 1 +--- Version String: 4.0.1 +--- Major Number: 4 +--- Minor Number: 0 +--- Patch Number: 1 +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 1.2 (Kernel Settings) +--- CH_CFG_ST_RESOLUTION: 32 +--- CH_CFG_ST_FREQUENCY: 10000 +--- CH_CFG_ST_TIMEDELTA: 2 +--- CH_CFG_TIME_QUANTUM: 0 +--- CH_CFG_MEMCORE_SIZE: 0 +--- CH_CFG_NO_IDLE_THREAD: 0 +--- CH_CFG_OPTIMIZE_SPEED: 1 +--- CH_CFG_USE_TM: 1 +--- CH_CFG_USE_REGISTRY: 1 +--- CH_CFG_USE_WAITEXIT: 1 +--- CH_CFG_USE_SEMAPHORES: 1 +--- CH_CFG_USE_SEMAPHORES_PRI: 0 +--- CH_CFG_USE_MUTEXES: 1 +--- CH_CFG_USE_MUTEXES_RECURS: 0 +--- CH_CFG_USE_CONDVARS: 1 +--- CH_CFG_USE_CONDVARS_TIMEO: 1 +--- CH_CFG_USE_EVENTS: 1 +--- CH_CFG_USE_EVENTS_TIMEOUT: 1 +--- CH_CFG_USE_MESSAGES: 1 +--- CH_CFG_USE_MESSAGES_PRI: 0 +--- CH_CFG_USE_MAILBOXES: 1 +--- CH_CFG_USE_MEMCORE: 1 +--- CH_CFG_USE_HEAP: 1 +--- CH_CFG_USE_MEMPOOLS: 1 +--- CH_CFG_USE_DYNAMIC: 1 +--- CH_DBG_STATISTICS: 0 +--- CH_DBG_SYSTEM_STATE_CHECK: 0 +--- CH_DBG_ENABLE_CHECKS: 0 +--- CH_DBG_ENABLE_ASSERTS: 0 +--- CH_DBG_TRACE_MASK: 255 +--- CH_DBG_TRACE_BUFFER_SIZE: 128 +--- CH_DBG_ENABLE_STACK_CHECK: 0 +--- CH_DBG_FILL_THREADS: 0 +--- CH_DBG_THREADS_PROFILING: 0 +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.1 (System integrity functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.2 (Critical zones functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.3 (Interrupts handling functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.4 (System Tick Counter functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 3.1 (Thread Sleep functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 1.2 (System, interrupts handling) +--- Test Case 3.2 (Ready List functionality, threads priority order) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 1.3 (System, integrity) +--- Test Case 3.3 (Priority change test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.1 (Threads, enqueuing test #1) +--- Test Case 3.4 (Priority change test with Priority Inheritance) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.2 (Threads, enqueuing test #2) +--- Test Case 4.1 (Suspend and Resume functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.3 (Threads, priority change) +--- Test Case 5.1 (Semaphore primitives, no state change) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.4 (Threads, delays) +--- Test Case 5.2 (Semaphore enqueuing test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.1 (Semaphores, enqueuing) +--- Test Case 5.3 (Semaphore timeout test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.2 (Semaphores, timeout) +--- Test Case 5.4 (Testing chSemAddCounterI() functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.3 (Semaphores, atomic signal-wait) +--- Test Case 5.5 (Testing chSemWaitSignal() functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.4 (Binary Semaphores, functionality) +--- Test Case 5.6 (Testing Binary Semaphores special case) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.1 (Mutexes, priority enqueuing test) +--- Test Case 6.1 (Priority enqueuing test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.2 (Mutexes, priority return) +--- Test Case 6.2 (Priority return verification) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.3 (Mutexes, status) +--- Test Case 6.3 (Repeated locks, non recursive scenario) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.4 (CondVar, signal test) +--- Test Case 6.4 (Condition Variable signal test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.5 (CondVar, broadcast test) +--- Test Case 6.5 (Condition Variable broadcast test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.6 (CondVar, boost test) +--- Test Case 6.6 (Condition Variable priority boost test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 5.1 (Messages, loop) +--- Test Case 7.1 (Messages Server loop) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 6.1 (Mailboxes, queuing and timeouts) +--- Test Case 8.1 (Events registration) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.1 (Events, registration and dispatch) +--- Test Case 8.2 (Event Flags dispatching) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.2 (Events, wait and broadcast) +--- Test Case 8.3 (Events Flags wait using chEvtWaitOne()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.3 (Events, timeouts) +--- Test Case 8.4 (Events Flags wait using chEvtWaitAny()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 8.1 (Heap, allocation and fragmentation test) +--- Test Case 8.5 (Events Flags wait using chEvtWaitAll()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 9.1 (Memory Pools, queue/dequeue) +--- Test Case 8.6 (Events Flags wait timeouts) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.1 (Dynamic APIs, threads creation from heap) +--- Test Case 8.7 (Broadcasting using chEvtBroadcast()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.2 (Dynamic APIs, threads creation from memory pool) +--- Test Case 9.1 (Mailbox normal API, non-blocking tests) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.3 (Dynamic APIs, registry and references) +--- Test Case 9.2 (Mailbox I-Class API, non-blocking tests) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.1 (Queues, input queues) +--- Test Case 9.3 (Mailbox timeouts) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.2 (Queues, output queues) +--- Test Case 10.1 (Loading and emptying a memory pool) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.1 (Benchmark, messages #1) ---- Score : 201655 msgs/S, 403310 ctxswc/S +--- Test Case 10.2 (Loading and emptying a guarded memory pool without waiting) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.2 (Benchmark, messages #2) ---- Score : 179978 msgs/S, 359956 ctxswc/S +--- Test Case 10.3 (Guarded Memory Pools timeout) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.3 (Benchmark, messages #3) ---- Score : 179979 msgs/S, 359958 ctxswc/S +--- Test Case 11.1 (Allocation and fragmentation) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.4 (Benchmark, context switch) ---- Score : 630120 ctxswc/S +--- Test Case 11.2 (Default Heap) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.5 (Benchmark, threads, full cycle) ---- Score : 138444 threads/S +--- Test Case 12.1 (Threads creation from Memory Heap) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.6 (Benchmark, threads, create only) ---- Score : 197237 threads/S +--- Test Case 12.2 (Threads creation from Memory Pool) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.7 (Benchmark, mass reschedule, 5 threads) ---- Score : 57593 reschedules/S, 345558 ctxswc/S +--- Test Case 13.1 (Messages performance #1) +--- Score : 192470 msgs/S, 384940 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.8 (Benchmark, round robin context switching) ---- Score : 413144 ctxswc/S +--- Test Case 13.2 (Messages performance #2) +--- Score : 173878 msgs/S, 347756 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.9 (Benchmark, I/O Queues throughput) ---- Score : 559424 bytes/S +--- Test Case 13.3 (Messages performance #3) +--- Score : 173877 msgs/S, 347754 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.10 (Benchmark, virtual timers set/reset) ---- Score : 349538 timers/S +--- Test Case 13.4 (Context Switch performance) +--- Score : 571304 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.11 (Benchmark, semaphores wait/signal) ---- Score : 877936 wait+signal/S +--- Test Case 13.5 (Threads performance, full cycle) +--- Score : 128086 threads/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.12 (Benchmark, mutexes lock/unlock) ---- Score : 590088 lock+unlock/S +--- Test Case 13.6 (Threads performance, create/exit only) +--- Score : 158558 threads/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.13 (Benchmark, RAM footprint) ---- System: 472 bytes +--- Test Case 13.7 (Mass reschedule performance) +--- Score : 55374 reschedules/S, 332244 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.8 (Round-Robin voluntary reschedule) +--- Score : 362640 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.9 (Virtual Timers set/reset performance) +--- Score : 371128 timers/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.10 (Semaphores wait/signal performance) +--- Score : 872516 wait+signal/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.11 (Mutexes lock/unlock performance) +--- Score : 580512 lock+unlock/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.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/STM32F303-72-RVCT.txt b/doc/rt/reports/STM32F303-72-RVCT.txt index fca3e7d00..bc538f273 100644 --- a/doc/rt/reports/STM32F303-72-RVCT.txt +++ b/doc/rt/reports/STM32F303-72-RVCT.txt @@ -1,164 +1,233 @@ -*** ChibiOS/RT test suite +*** ChibiOS/RT Test Suite *** -*** Kernel: 3.1.0 -*** Compiled: Jan 6 2016 - 11:24:19 +*** Compiled: Sep 23 2017 - 15:02:04 +*** Platform: STM32F303xC Analog & DSP +*** Test Board: STMicroelectronics STM32F3-Discovery *** Compiler: RVCT *** Architecture: ARMv7E-M *** Core Variant: Cortex-M4 *** Port Info: Advanced kernel mode -*** Platform: STM32F303xC Analog & DSP -*** Test Board: STMicroelectronics STM32F3-Discovery ---------------------------------------------------------------------------- ---- Test Case 1.1 (System, critical zones) +--- Test Case 1.1 (Kernel Info) +--- Product: ChibiOS/RT +--- Stable Flag: 1 +--- Version String: 4.0.1 +--- Major Number: 4 +--- Minor Number: 0 +--- Patch Number: 1 +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 1.2 (Kernel Settings) +--- CH_CFG_ST_RESOLUTION: 32 +--- CH_CFG_ST_FREQUENCY: 10000 +--- CH_CFG_ST_TIMEDELTA: 2 +--- CH_CFG_TIME_QUANTUM: 0 +--- CH_CFG_MEMCORE_SIZE: 0 +--- CH_CFG_NO_IDLE_THREAD: 0 +--- CH_CFG_OPTIMIZE_SPEED: 1 +--- CH_CFG_USE_TM: 1 +--- CH_CFG_USE_REGISTRY: 1 +--- CH_CFG_USE_WAITEXIT: 1 +--- CH_CFG_USE_SEMAPHORES: 1 +--- CH_CFG_USE_SEMAPHORES_PRI: 0 +--- CH_CFG_USE_MUTEXES: 1 +--- CH_CFG_USE_MUTEXES_RECURS: 0 +--- CH_CFG_USE_CONDVARS: 1 +--- CH_CFG_USE_CONDVARS_TIMEO: 1 +--- CH_CFG_USE_EVENTS: 1 +--- CH_CFG_USE_EVENTS_TIMEOUT: 1 +--- CH_CFG_USE_MESSAGES: 1 +--- CH_CFG_USE_MESSAGES_PRI: 0 +--- CH_CFG_USE_MAILBOXES: 1 +--- CH_CFG_USE_MEMCORE: 1 +--- CH_CFG_USE_HEAP: 1 +--- CH_CFG_USE_MEMPOOLS: 1 +--- CH_CFG_USE_DYNAMIC: 1 +--- CH_DBG_STATISTICS: 0 +--- CH_DBG_SYSTEM_STATE_CHECK: 0 +--- CH_DBG_ENABLE_CHECKS: 0 +--- CH_DBG_ENABLE_ASSERTS: 0 +--- CH_DBG_TRACE_MASK: 255 +--- CH_DBG_TRACE_BUFFER_SIZE: 128 +--- CH_DBG_ENABLE_STACK_CHECK: 0 +--- CH_DBG_FILL_THREADS: 0 +--- CH_DBG_THREADS_PROFILING: 0 +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.1 (System integrity functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.2 (Critical zones functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.3 (Interrupts handling functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 2.4 (System Tick Counter functionality) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 3.1 (Thread Sleep functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 1.2 (System, interrupts handling) +--- Test Case 3.2 (Ready List functionality, threads priority order) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 1.3 (System, integrity) +--- Test Case 3.3 (Priority change test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.1 (Threads, enqueuing test #1) +--- Test Case 3.4 (Priority change test with Priority Inheritance) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.2 (Threads, enqueuing test #2) +--- Test Case 4.1 (Suspend and Resume functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.3 (Threads, priority change) +--- Test Case 5.1 (Semaphore primitives, no state change) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.4 (Threads, delays) +--- Test Case 5.2 (Semaphore enqueuing test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.1 (Semaphores, enqueuing) +--- Test Case 5.3 (Semaphore timeout test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.2 (Semaphores, timeout) +--- Test Case 5.4 (Testing chSemAddCounterI() functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.3 (Semaphores, atomic signal-wait) +--- Test Case 5.5 (Testing chSemWaitSignal() functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.4 (Binary Semaphores, functionality) +--- Test Case 5.6 (Testing Binary Semaphores special case) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.1 (Mutexes, priority enqueuing test) +--- Test Case 6.1 (Priority enqueuing test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.2 (Mutexes, priority return) +--- Test Case 6.2 (Priority return verification) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.3 (Mutexes, status) +--- Test Case 6.3 (Repeated locks, non recursive scenario) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.4 (CondVar, signal test) +--- Test Case 6.4 (Condition Variable signal test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.5 (CondVar, broadcast test) +--- Test Case 6.5 (Condition Variable broadcast test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.6 (CondVar, boost test) +--- Test Case 6.6 (Condition Variable priority boost test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 5.1 (Messages, loop) +--- Test Case 7.1 (Messages Server loop) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 6.1 (Mailboxes, queuing and timeouts) +--- Test Case 8.1 (Events registration) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.1 (Events, registration and dispatch) +--- Test Case 8.2 (Event Flags dispatching) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.2 (Events, wait and broadcast) +--- Test Case 8.3 (Events Flags wait using chEvtWaitOne()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.3 (Events, timeouts) +--- Test Case 8.4 (Events Flags wait using chEvtWaitAny()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 8.1 (Heap, allocation and fragmentation test) +--- Test Case 8.5 (Events Flags wait using chEvtWaitAll()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 9.1 (Memory Pools, queue/dequeue) +--- Test Case 8.6 (Events Flags wait timeouts) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.1 (Dynamic APIs, threads creation from heap) +--- Test Case 8.7 (Broadcasting using chEvtBroadcast()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.2 (Dynamic APIs, threads creation from memory pool) +--- Test Case 9.1 (Mailbox normal API, non-blocking tests) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.3 (Dynamic APIs, registry and references) +--- Test Case 9.2 (Mailbox I-Class API, non-blocking tests) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.1 (Queues, input queues) +--- Test Case 9.3 (Mailbox timeouts) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.2 (Queues, output queues) +--- Test Case 10.1 (Loading and emptying a memory pool) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.1 (Benchmark, messages #1) ---- Score : 248249 msgs/S, 496498 ctxswc/S +--- Test Case 10.2 (Loading and emptying a guarded memory pool without waiting) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.2 (Benchmark, messages #2) ---- Score : 216194 msgs/S, 432388 ctxswc/S +--- Test Case 10.3 (Guarded Memory Pools timeout) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.3 (Benchmark, messages #3) ---- Score : 216194 msgs/S, 432388 ctxswc/S +--- Test Case 11.1 (Allocation and fragmentation) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.4 (Benchmark, context switch) ---- Score : 897104 ctxswc/S +--- Test Case 11.2 (Default Heap) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.5 (Benchmark, threads, full cycle) ---- Score : 158225 threads/S +--- Test Case 12.1 (Threads creation from Memory Heap) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.6 (Benchmark, threads, create only) ---- Score : 239177 threads/S +--- Test Case 12.2 (Threads creation from Memory Pool) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.7 (Benchmark, mass reschedule, 5 threads) ---- Score : 69091 reschedules/S, 414546 ctxswc/S +--- Test Case 13.1 (Messages performance #1) +--- Score : 235252 msgs/S, 470504 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.8 (Benchmark, round robin context switching) ---- Score : 513320 ctxswc/S +--- Test Case 13.2 (Messages performance #2) +--- Score : 208057 msgs/S, 416114 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.9 (Benchmark, I/O Queues throughput) ---- Score : 568268 bytes/S +--- Test Case 13.3 (Messages performance #3) +--- Score : 208057 msgs/S, 416114 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.10 (Benchmark, virtual timers set/reset) ---- Score : 344538 timers/S +--- Test Case 13.4 (Context Switch performance) +--- Score : 788896 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.11 (Benchmark, semaphores wait/signal) ---- Score : 857048 wait+signal/S +--- Test Case 13.5 (Threads performance, full cycle) +--- Score : 145135 threads/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.12 (Benchmark, mutexes lock/unlock) ---- Score : 580584 lock+unlock/S +--- Test Case 13.6 (Threads performance, create/exit only) +--- Score : 186496 threads/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.13 (Benchmark, RAM footprint) ---- System: 336 bytes +--- Test Case 13.7 (Mass reschedule performance) +--- Score : 66410 reschedules/S, 398460 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.8 (Round-Robin voluntary reschedule) +--- Score : 443000 ctxswc/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.9 (Virtual Timers set/reset performance) +--- Score : 371174 timers/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.10 (Semaphores wait/signal performance) +--- Score : 851912 wait+signal/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.11 (Mutexes lock/unlock performance) +--- Score : 599884 lock+unlock/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.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 - -- cgit v1.2.3