From: simonmar Date: Thu, 17 Nov 2005 09:46:35 +0000 (+0000) Subject: [project @ 2005-11-17 09:46:35 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~46 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d2976cf4c60e5c54902adc7b19b46614684bdc28;p=ghc-hetmet.git [project @ 2005-11-17 09:46:35 by simonmar] small fixes to docs for +RTS -C --- diff --git a/ghc/docs/users_guide/using.xml b/ghc/docs/users_guide/using.xml index f9deafe..141dd4a 100644 --- a/ghc/docs/users_guide/using.xml +++ b/ghc/docs/users_guide/using.xml @@ -1725,17 +1725,16 @@ the default is 2. -: +: --C<us> RTS option Sets +-C<s> RTS option Sets the context switch interval to <s> seconds. A context switch will occur at the next heap block allocation after the timer expires (a heap block allocation occurs every 4k of allocation). With or , context switches will occur as often as possible (at every heap block -allocation). By default, context switches occur every 20ms -milliseconds. Note that GHC's internal timer ticks every 20ms, and +allocation). By default, context switches occur every 20ms. Note that GHC's internal timer ticks every 20ms, and the context switch timer is always a multiple of this timer, so 20ms is the maximum granularity available for timed context switches.