Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
e0dc0bc8
Commit
e0dc0bc8
authored
Jan 10, 2006
by
simonmar
Browse files
[project @ 2006-01-10 09:05:18 by simonmar]
add file argument to docs for +RTS -t
parent
86010e43
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/docs/users_guide/runtime_control.xml
View file @
e0dc0bc8
...
...
@@ -377,13 +377,20 @@
<varlistentry>
<term>
<option>
-t
</option>
<option>
-t
<
replaceable>
file
</replaceable><
/option>
<indexterm><primary><option>
-t
</option></primary><secondary>
RTS option
</secondary></indexterm>
</term>
<listitem>
<para>
Write a one-line GC stats summary after running the
program. This output is in the same format as that produced
by the
<option>
-Rghc-timing
</option>
option.
</para>
<para>
As with
<option>
-s
</option>
, the default
<replaceable>
file
</replaceable>
is
<filename><replaceable>
program
</replaceable>
.stat
</filename>
. The
<replaceable>
file
</replaceable>
<constant>
stderr
</constant>
is treated specially, with the output really being sent to
<constant>
stderr
</constant>
.
</para>
</listitem>
</varlistentry>
</variablelist>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment