diff options
author | Paolo Capriotti <p.capriotti@gmail.com> | 2012-06-15 17:12:24 +0100 |
---|---|---|
committer | Paolo Capriotti <p.capriotti@gmail.com> | 2012-06-19 14:36:08 +0100 |
commit | 5490e71be49131108d849ffe02867acf189a9e19 (patch) | |
tree | b42783cda76476f2fbbd193e5dbed59014dedc09 /includes/rts/storage | |
parent | ee44e19f20395596fc34f2bce5763fb16032dbd4 (diff) | |
download | haskell-5490e71be49131108d849ffe02867acf189a9e19.tar.gz |
Add getGCStatsEnabled function.
Diffstat (limited to 'includes/rts/storage')
-rw-r--r-- | includes/rts/storage/GC.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/rts/storage/GC.h b/includes/rts/storage/GC.h index ab3af17b1e..5de8b2be4a 100644 --- a/includes/rts/storage/GC.h +++ b/includes/rts/storage/GC.h @@ -202,6 +202,7 @@ typedef struct _GCStats { StgDouble wall_seconds; } GCStats; void getGCStats (GCStats *s); +rtsBool getGCStatsEnabled (void); // These don't change over execution, so do them elsewhere // StgDouble init_cpu_seconds; |