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 /includes | |
parent | cac2aca1e1874e936f3ef15ca2a81a32c7863750 (diff) | |
download | haskell-ebf733111484edc973797025418cba8f096246f6.tar.gz |
Using RTS debug tracing support inside Hpc.c
Diffstat (limited to 'includes')
-rw-r--r-- | includes/RtsFlags.h | 1 |
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 { |