Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
2a2efb72
Commit
2a2efb72
authored
Jan 06, 2006
by
simonmar
Browse files
[project @ 2006-01-06 11:04:07 by simonmar]
Document -Rghc-timing
parent
dd45134b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/docs/users_guide/flags.xml
View file @
2a2efb72
...
...
@@ -77,6 +77,12 @@
<entry>
static
</entry>
<entry>
-
</entry>
</row>
<row>
<entry><option>
-Rghc-timing
</option></entry>
<entry>
Summarise timing stats for GHC (same as
<literal>
+RTS -tstderr
</literal>
)
</entry>
<entry>
static
</entry>
<entry>
-
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
...
...
@@ -1876,7 +1882,6 @@ Still to document:
Misc:
, ( "H" , HasArg (setHeapSize . fromIntegral . decodeSize) )
, ( "Rghc-timing" , NoArg (enableTimingStats) )
-Bdir
-->
...
...
ghc/docs/users_guide/using.xml
View file @
2a2efb72
...
...
@@ -746,6 +746,19 @@ ghc -c Foo.hs</screen>
it).
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>
-Rghc-timing
</option>
<indexterm><primary><option>
-Rghc-timing
</option></primary></indexterm>
</term>
<listitem>
<para>
Prints a one-line summary of timing statistics for the
GHC run. This option is equivalent to
<literal>
+RTS
-tstderr
</literal>
, see
<xref
linkend=
"rts-options-gc"
/>
.
</para>
</listitem>
</varlistentry>
</variablelist>
</sect1>
...
...
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