From: Milan Straka Date: Mon, 29 Mar 2010 19:11:21 +0000 (+0000) Subject: Add -pa and -V to the documentation of time profiling options. X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ebf7a60ced1f32b62d9d1c96c808723e2a784816 Add -pa and -V to the documentation of time profiling options. --- diff --git a/docs/users_guide/profiling.xml b/docs/users_guide/profiling.xml index 7d33ee8..5fb53d0 100644 --- a/docs/users_guide/profiling.xml +++ b/docs/users_guide/profiling.xml @@ -458,9 +458,10 @@ x = nfib 25 - or : + or or : + time profile @@ -472,9 +473,24 @@ x = nfib 25 The option produces a more detailed report containing the actual time and allocation data as well. (Not used much.) + + The option produces the most detailed + report containing all cost centres in addition to the actual time + and allocation data. + + + RTS + option + + Sets the interval that the RTS clock ticks at, which is + also the sampling interval of the time and allocation profile. + The default is 0.02 second. + + + @@ -740,7 +756,8 @@ x = nfib 25 0.1 second). Fractions are allowed: for example will get 5 samples per second. This only affects heap profiling; time profiles are always - sampled on a 1/50 second frequency. + sampled with the frequency of the RTS clock. See + for changing that.