From: Simon Marlow Date: Fri, 26 Feb 2010 11:12:05 +0000 (+0000) Subject: update the docs to reflect changes in the tracing flags X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=8008ed2cb38fb61717c03ea01c4531c6089a1de5 update the docs to reflect changes in the tracing flags --- diff --git a/docs/users_guide/runtime_control.xml b/docs/users_guide/runtime_control.xml index c482a28..9f06ba8 100644 --- a/docs/users_guide/runtime_control.xml +++ b/docs/users_guide/runtime_control.xml @@ -850,15 +850,16 @@ - + RTS option Log events in binary format to the file program.eventlog, - where type indicates the type - of events to log. Currently there is only one type + where flags is a sequence of + zero or more characters indicating which kinds of events + to log. Currently there is only one type supported: -ls, for scheduler events. @@ -878,13 +879,19 @@ - + flags RTS option Log events as text to standard output, instead of to the .eventlog file. + The flags are the same as + for , with the additional + option t which indicates that the + each event printed should be preceded by a timestamp value + (in the binary .eventlog file, all + events are automatically associated with a timestamp).