Skip to content
Snippets Groups Projects
Commit 2aac7f2d authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-06-25 09:18:49 by simonmar]

+RTS -s gives summary statistics only.
parent 70aa5c4f
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: RtsFlags.h,v 1.13 1999/05/11 16:47:56 keithw Exp $
* $Id: RtsFlags.h,v 1.14 1999/06/25 09:18:49 simonmar Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -14,9 +14,10 @@
struct GC_FLAGS {
FILE *statsFile;
nat giveStats; /* ToDo: replace with enum type? */
nat giveStats;
#define NO_GC_STATS 0
#define VERBOSE_GC_STATS 1
#define SUMMARY_GC_STATS 1
#define VERBOSE_GC_STATS 2
nat maxStkSize; /* in *words* */
nat initialStkSize; /* in *words* */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment