git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@519 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
74b2ef532c
commit
68a1ac21b8
|
@ -132,7 +132,7 @@ optimized for speed takes about 6KiB. See the documentation about the
|
||||||
many available subsystems.<br><br>About performance, on a 48MHz LPC
|
many available subsystems.<br><br>About performance, on a 48MHz LPC
|
||||||
ARM7 processor the kernel is capable of context switch time ranging
|
ARM7 processor the kernel is capable of context switch time ranging
|
||||||
from 3 to 6 microseconds depending on the code type (ARM/THUMB) and the
|
from 3 to 6 microseconds depending on the code type (ARM/THUMB) and the
|
||||||
choosen complier/kernel optimizations. In the distribution is included
|
choosen compiler/kernel optimizations. In the distribution is included
|
||||||
a spreadsheet with the exact values and the various space/time trade
|
a spreadsheet with the exact values and the various space/time trade
|
||||||
offs.<br>The context switch time is *measured* using 2 threads
|
offs.<br>The context switch time is *measured* using 2 threads
|
||||||
exchanging messages and doing *real* work, it is not a calculated peak
|
exchanging messages and doing *real* work, it is not a calculated peak
|
||||||
|
|
Loading…
Reference in New Issue