summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorRavi Nanavati <ravi@bluespec.com>2006-09-29 22:51:15 +0000
committerRavi Nanavati <ravi@bluespec.com>2006-09-29 22:51:15 +0000
commit16871485a44ba8a6e93e40f30af7ea46839e0c4c (patch)
treeb77f3af31ba856f9639a00083a77e5792bb1ee92 /includes
parent138de4239c816531feebc8dcc478995d984276a9 (diff)
downloadhaskell-16871485a44ba8a6e93e40f30af7ea46839e0c4c.tar.gz
rts_ccs_length
Add the -L RTS flag to control the length of the cost-centre stacks reported in a heap profile. Please include this change in the 6.6 branch as well as HEAD
Diffstat (limited to 'includes')
-rw-r--r--includes/RtsFlags.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/RtsFlags.h b/includes/RtsFlags.h
index fbdc64ebbc..6c4b230209 100644
--- a/includes/RtsFlags.h
+++ b/includes/RtsFlags.h
@@ -97,6 +97,8 @@ struct PROFILING_FLAGS {
nat maxRetainerSetSize;
+ nat ccsLength;
+
char* modSelector;
char* descrSelector;
char* typeSelector;