git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3820 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
8deb48a034
commit
09f8aa2963
|
@ -35,7 +35,7 @@
|
|||
* Board frequencies.
|
||||
*/
|
||||
#if !defined(EXTCLK)
|
||||
#define EXTCLK 12000000
|
||||
#define EXTCLK 8000000
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
@ -1,9 +1,16 @@
|
|||
***************************************************************************
|
||||
Options: -O2 -fomit-frame-pointer -falign-functions=16
|
||||
Settings: SYSCLK=80
|
||||
***************************************************************************
|
||||
|
||||
*** ChibiOS/RT test suite
|
||||
***
|
||||
*** Kernel: 2.3.0unstable
|
||||
*** GCC Version: 4.4.1
|
||||
*** Architecture: PowerPC
|
||||
*** Kernel: 2.4.0
|
||||
*** Compiled: Jan 17 2012 - 14:35:40
|
||||
*** Compiler: GCC 4.4.1
|
||||
*** Architecture: Power Architecture
|
||||
*** Core Variant: e200z3
|
||||
*** Port Info: None
|
||||
*** Platform: SPC563M64
|
||||
*** Test Board: Generic SPC563
|
||||
|
||||
|
@ -93,31 +100,31 @@
|
|||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.1 (Benchmark, messages #1)
|
||||
--- Score : 280179 msgs/S, 560358 ctxswc/S
|
||||
--- Score : 283160 msgs/S, 566320 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.2 (Benchmark, messages #2)
|
||||
--- Score : 225570 msgs/S, 451140 ctxswc/S
|
||||
--- Score : 226208 msgs/S, 452416 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.3 (Benchmark, messages #3)
|
||||
--- Score : 225570 msgs/S, 451140 ctxswc/S
|
||||
--- Score : 226208 msgs/S, 452416 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.4 (Benchmark, context switch)
|
||||
--- Score : 907432 ctxswc/S
|
||||
--- Score : 897232 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.5 (Benchmark, threads, full cycle)
|
||||
--- Score : 183148 threads/S
|
||||
--- Score : 180251 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.6 (Benchmark, threads, create only)
|
||||
--- Score : 268864 threads/S
|
||||
--- Score : 261812 threads/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.7 (Benchmark, mass reschedule, 5 threads)
|
||||
--- Score : 73999 reschedules/S, 443994 ctxswc/S
|
||||
--- Score : 73862 reschedules/S, 443172 ctxswc/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.8 (Benchmark, round robin context switching)
|
||||
|
@ -125,15 +132,15 @@
|
|||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.9 (Benchmark, I/O Queues throughput)
|
||||
--- Score : 613316 bytes/S
|
||||
--- Score : 766412 bytes/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.10 (Benchmark, virtual timers set/reset)
|
||||
--- Score : 1093666 timers/S
|
||||
--- Score : 1093664 timers/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.11 (Benchmark, semaphores wait/signal)
|
||||
--- Score : 1027012 wait+signal/S
|
||||
--- Score : 1027008 wait+signal/S
|
||||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.12 (Benchmark, mutexes lock/unlock)
|
||||
|
@ -141,8 +148,8 @@
|
|||
--- Result: SUCCESS
|
||||
----------------------------------------------------------------------------
|
||||
--- Test Case 11.13 (Benchmark, RAM footprint)
|
||||
--- System: 760 bytes
|
||||
--- Thread: 68 bytes
|
||||
--- System: 768 bytes
|
||||
--- Thread: 72 bytes
|
||||
--- Timer : 20 bytes
|
||||
--- Semaph: 12 bytes
|
||||
--- EventS: 4 bytes
|
||||
|
|
|
@ -118,7 +118,7 @@
|
|||
* @note The effective divider factor is this value plus one.
|
||||
*/
|
||||
#if !defined(SPC563_CLK_PREDIV) || defined(__DOXYGEN__)
|
||||
#define SPC563_CLK_PREDIV 2
|
||||
#define SPC563_CLK_PREDIV 1
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue