diff options
author | andy@galois.com <unknown> | 2007-02-13 18:44:02 +0000 |
---|---|---|
committer | andy@galois.com <unknown> | 2007-02-13 18:44:02 +0000 |
commit | ebf733111484edc973797025418cba8f096246f6 (patch) | |
tree | 7667f660a7f51073dbc631f58d1f2b334e21b735 /rts/Trace.h | |
parent | cac2aca1e1874e936f3ef15ca2a81a32c7863750 (diff) | |
download | haskell-ebf733111484edc973797025418cba8f096246f6.tar.gz |
Using RTS debug tracing support inside Hpc.c
Diffstat (limited to 'rts/Trace.h')
-rw-r--r-- | rts/Trace.h | 2 |
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 |