X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FRtsFlags.h;h=01f631d5ce1efd92bfdaa31aeaa17ced3db43bdf;hb=48ed703e41cf421eeb5bf04ab6b7b26f8918def2;hp=8eef5b3b7d961294bf0fea972f0002d3206ec593;hpb=0bffc410964e1688ad80d277d53400659e697ab5;p=ghc-hetmet.git diff --git a/ghc/includes/RtsFlags.h b/ghc/includes/RtsFlags.h index 8eef5b3..01f631d 100644 --- a/ghc/includes/RtsFlags.h +++ b/ghc/includes/RtsFlags.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsFlags.h,v 1.44 2002/12/11 15:36:39 simonmar Exp $ + * $Id: RtsFlags.h,v 1.45 2003/01/23 12:13:10 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -79,6 +79,7 @@ struct PROFILING_FLAGS { nat profileInterval; /* delta between samples (in ms) */ nat profileIntervalTicks; /* delta between samples (in 'ticks') */ + rtsBool includeTSOs; # define NO_HEAP_PROFILING 0 /* N.B. Used as indexes into arrays */ @@ -90,7 +91,7 @@ struct PROFILING_FLAGS { # define HEAP_BY_LDV 7 rtsBool showCCSOnException; - + nat maxRetainerSetSize; char* modSelector;