summaryrefslogtreecommitdiff
path: root/includes/rts/storage
diff options
context:
space:
mode:
authorPaolo Capriotti <p.capriotti@gmail.com>2012-06-15 17:12:24 +0100
committerPaolo Capriotti <p.capriotti@gmail.com>2012-06-19 14:36:08 +0100
commit5490e71be49131108d849ffe02867acf189a9e19 (patch)
treeb42783cda76476f2fbbd193e5dbed59014dedc09 /includes/rts/storage
parentee44e19f20395596fc34f2bce5763fb16032dbd4 (diff)
downloadhaskell-5490e71be49131108d849ffe02867acf189a9e19.tar.gz
Add getGCStatsEnabled function.
Diffstat (limited to 'includes/rts/storage')
-rw-r--r--includes/rts/storage/GC.h1
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;