From 371842b010913ba7333caf0ac459ac95bfd6bc0e Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 19 Sep 2017 14:34:01 +0000 Subject: More reports. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10648 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- doc/rt/reports/STM32L152-32-GCC.txt | 198 ++++++++++++++++++++++++------------ 1 file changed, 134 insertions(+), 64 deletions(-) (limited to 'doc') diff --git a/doc/rt/reports/STM32L152-32-GCC.txt b/doc/rt/reports/STM32L152-32-GCC.txt index c123c6e20..630a6e266 100644 --- a/doc/rt/reports/STM32L152-32-GCC.txt +++ b/doc/rt/reports/STM32L152-32-GCC.txt @@ -1,161 +1,231 @@ -*** ChibiOS/RT test suite +*** ChibiOS/RT Test Suite *** -*** Kernel: 3.1.0 -*** Compiled: Jan 6 2016 - 11:48:08 -*** Compiler: GCC 4.9.3 20150529 (release) [ARM/embedded-4_9-branch revision 227977] +*** Compiled: Sep 19 2017 - 16:30:03 +*** Platform: STM32L1xx Ultra Low Power Medium Density +*** Test Board: ST STM32L-Discovery +*** Compiler: GCC 5.4.1 20160919 (release) [ARM/embedded-5-branch revision 240496] *** Architecture: ARMv7-M *** Core Variant: Cortex-M3 *** Port Info: Advanced kernel mode -*** Platform: STM32L1xx Ultra Low Power Medium Density -*** Test Board: ST STM32L-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: 16 +--- CH_CFG_ST_FREQUENCY: 1000 +--- 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 3.2 (Ready List functionality, threads priority order) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 3.3 (Priority change test) +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 3.4 (Priority change test with Priority Inheritance) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 1.2 (System, interrupts handling) +--- Test Case 4.1 (Suspend and Resume functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 1.3 (System, integrity) +--- Test Case 5.1 (Semaphore primitives, no state change) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.1 (Threads, enqueuing test #1) +--- Test Case 5.2 (Semaphore enqueuing test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.2 (Threads, enqueuing test #2) +--- Test Case 5.3 (Semaphore timeout test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.3 (Threads, priority change) +--- Test Case 5.4 (Testing chSemAddCounterI() functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 2.4 (Threads, delays) +--- Test Case 5.5 (Testing chSemWaitSignal() functionality) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.1 (Semaphores, enqueuing) +--- Test Case 5.6 (Testing Binary Semaphores special case) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.2 (Semaphores, timeout) +--- Test Case 6.1 (Priority enqueuing test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.3 (Semaphores, atomic signal-wait) +--- Test Case 6.2 (Priority return verification) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 3.4 (Binary Semaphores, functionality) +--- Test Case 6.3 (Repeated locks, non recursive scenario) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.1 (Mutexes, priority enqueuing test) +--- Test Case 6.4 (Condition Variable signal test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.2 (Mutexes, priority return) +--- Test Case 6.5 (Condition Variable broadcast test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.3 (Mutexes, status) +--- Test Case 6.6 (Condition Variable priority boost test) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.4 (CondVar, signal test) +--- Test Case 7.1 (Messages Server loop) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.5 (CondVar, broadcast test) +--- Test Case 8.1 (Events registration) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 4.6 (CondVar, boost test) +--- Test Case 8.2 (Event Flags dispatching) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 5.1 (Messages, loop) +--- Test Case 8.3 (Events Flags wait using chEvtWaitOne()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 6.1 (Mailboxes, queuing and timeouts) +--- Test Case 8.4 (Events Flags wait using chEvtWaitAny()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.1 (Events, registration and dispatch) +--- Test Case 8.5 (Events Flags wait using chEvtWaitAll()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.2 (Events, wait and broadcast) +--- Test Case 8.6 (Events Flags wait timeouts) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 7.3 (Events, timeouts) +--- Test Case 8.7 (Broadcasting using chEvtBroadcast()) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 8.1 (Heap, allocation and fragmentation test) +--- Test Case 9.1 (Mailbox normal API, non-blocking tests) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 9.1 (Memory Pools, queue/dequeue) +--- Test Case 9.2 (Mailbox I-Class API, non-blocking tests) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.1 (Dynamic APIs, threads creation from heap) +--- Test Case 9.3 (Mailbox timeouts) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.2 (Dynamic APIs, threads creation from memory pool) +--- Test Case 10.1 (Loading and emptying a memory pool) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 10.3 (Dynamic APIs, registry and references) +--- Test Case 10.2 (Loading and emptying a guarded memory pool without waiting) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.1 (Queues, input queues) +--- Test Case 10.3 (Guarded Memory Pools timeout) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 11.2 (Queues, output queues) +--- Test Case 11.1 (Allocation and fragmentation) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.1 (Benchmark, messages #1) ---- Score : 135579 msgs/S, 271158 ctxswc/S +--- Test Case 11.2 (Default Heap) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.2 (Benchmark, messages #2) ---- Score : 106657 msgs/S, 213314 ctxswc/S +--- Test Case 12.1 (Threads creation from Memory Heap) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.3 (Benchmark, messages #3) ---- Score : 106657 msgs/S, 213314 ctxswc/S +--- Test Case 12.2 (Threads creation from Memory Pool) --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.4 (Benchmark, context switch) ---- Score : 433128 ctxswc/S +--- Test Case 13.1 (Messages performance #1) +--- Score : 131137 msgs/S, 262274 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.5 (Benchmark, threads, full cycle) ---- Score : 79992 threads/S +--- Test Case 13.2 (Messages performance #2) +--- Score : 104568 msgs/S, 209136 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.6 (Benchmark, threads, create only) ---- Score : 118507 threads/S +--- Test Case 13.3 (Messages performance #3) +--- Score : 104567 msgs/S, 209134 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.7 (Benchmark, mass reschedule, 5 threads) ---- Score : 34592 reschedules/S, 207552 ctxswc/S +--- Test Case 13.4 (Context Switch performance) +--- Score : 416232 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.8 (Benchmark, round robin context switching) ---- Score : 262268 ctxswc/S +--- Test Case 13.5 (Threads performance, full cycle) +--- Score : 77853 threads/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.9 (Benchmark, I/O Queues throughput) ---- Score : 314660 bytes/S +--- Test Case 13.6 (Threads performance, create/exit only) +--- Score : 99992 threads/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.10 (Benchmark, virtual timers set/reset) ---- Score : 210880 timers/S +--- Test Case 13.7 (Mass reschedule performance) +--- Score : 33896 reschedules/S, 203376 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.11 (Benchmark, semaphores wait/signal) ---- Score : 680780 wait+signal/S +--- Test Case 13.8 (Round-Robin voluntary reschedule) +--- Score : 266640 ctxswc/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.12 (Benchmark, mutexes lock/unlock) ---- Score : 313696 lock+unlock/S +--- Test Case 13.9 (Virtual Timers set/reset performance) +--- Score : 215664 timers/S --- Result: SUCCESS ---------------------------------------------------------------------------- ---- Test Case 12.13 (Benchmark, RAM footprint) ---- System: 336 bytes +--- Test Case 13.10 (Semaphores wait/signal performance) +--- Score : 659740 wait+signal/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.11 (Mutexes lock/unlock performance) +--- Score : 321584 lock+unlock/S +--- Result: SUCCESS +---------------------------------------------------------------------------- +--- Test Case 13.12 (RAM Footprint) +--- System: 116 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 ---------------------------------------------------------------------------- -- cgit v1.2.3