From 8008ed2cb38fb61717c03ea01c4531c6089a1de5 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 26 Feb 2010 11:12:05 +0000 Subject: [PATCH] update the docs to reflect changes in the tracing flags --- docs/users_guide/runtime_control.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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). -- 1.7.10.4