From: Simon Marlow Date: Thu, 28 Feb 2008 11:22:09 +0000 (+0000) Subject: add a note about SMP execution not being supported with profiling X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=9d6a760bfa5755a44fc9d44ec0234dc6184ae6d6 add a note about SMP execution not being supported with profiling --- diff --git a/docs/users_guide/profiling.xml b/docs/users_guide/profiling.xml index 1b4dfa0..51ae6f7 100644 --- a/docs/users_guide/profiling.xml +++ b/docs/users_guide/profiling.xml @@ -33,7 +33,9 @@ Run your program with one of the profiling options, eg. +RTS -p -RTS. This generates a file of - profiling information. + profiling information. Note that multi-processor execution + (e.g. +RTS -N2) is not supported while + profiling. RTS option