summaryrefslogtreecommitdiff
path: root/includes
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 /includes
parentcac2aca1e1874e936f3ef15ca2a81a32c7863750 (diff)
downloadhaskell-ebf733111484edc973797025418cba8f096246f6.tar.gz
Using RTS debug tracing support inside Hpc.c
Diffstat (limited to 'includes')
-rw-r--r--includes/RtsFlags.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/RtsFlags.h b/includes/RtsFlags.h
index 46f772aa0b..6efd24d106 100644
--- a/includes/RtsFlags.h
+++ b/includes/RtsFlags.h
@@ -62,6 +62,7 @@ struct DEBUG_FLAGS {
rtsBool apply; /* 'a' */
rtsBool stm; /* 'm' */
rtsBool squeeze; /* 'z' stack squeezing & lazy blackholing */
+ rtsBool hpc; /* 'c' coverage */
};
struct COST_CENTRE_FLAGS {