summaryrefslogtreecommitdiff
path: root/rts/Trace.h
diff options
context:
space:
mode:
authorandy@galois.com <unknown>2007-02-13 18:44:02 +0000
committerandy@galois.com <unknown>2007-02-13 18:44:02 +0000
commitebf733111484edc973797025418cba8f096246f6 (patch)
tree7667f660a7f51073dbc631f58d1f2b334e21b735 /rts/Trace.h
parentcac2aca1e1874e936f3ef15ca2a81a32c7863750 (diff)
downloadhaskell-ebf733111484edc973797025418cba8f096246f6.tar.gz
Using RTS debug tracing support inside Hpc.c
Diffstat (limited to 'rts/Trace.h')
-rw-r--r--rts/Trace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rts/Trace.h b/rts/Trace.h
index cf6c1411c0..b735daf0a9 100644
--- a/rts/Trace.h
+++ b/rts/Trace.h
@@ -108,6 +108,8 @@ void traceEnd (void);
// Profiling flags
#define TRACE_sched (1<<29)
+// Coverge flags
+#define DEBUG_hpc (1<<30)
// -----------------------------------------------------------------------------
// PRIVATE below here