summaryrefslogtreecommitdiff
path: root/rts/Stats.c
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2019-06-06 09:28:47 +0200
committerDaniel Gröber <dxld@darkboxed.org>2019-09-22 14:34:56 +0200
commitda12da7945ae59d5132506829612e57db58bbf83 (patch)
tree4539e045d5b084c145afb0c72dc6ed98f624ff35 /rts/Stats.c
parentfa66e3e5a3a34d1b84c4883d374644079e2ed61f (diff)
downloadhaskell-da12da7945ae59d5132506829612e57db58bbf83.tar.gz
rts: retainer: Remove cStackSize debug counter
This can only ever be one since 5f1d949ab9 ("Remove explicit recursion in retainer profiling"), so it's pointless.
Diffstat (limited to 'rts/Stats.c')
-rw-r--r--rts/Stats.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/Stats.c b/rts/Stats.c
index 264e1c7877..b3730c611e 100644
--- a/rts/Stats.c
+++ b/rts/Stats.c
@@ -516,7 +516,6 @@ void
stat_endRP(
uint32_t retainerGeneration,
#if defined(DEBUG_RETAINER)
- uint32_t maxCStackSize,
int maxStackSize,
#endif
double averageNumVisit)
@@ -530,7 +529,6 @@ stat_endRP(
fprintf(prof_file, "Retainer Profiling: %d, at %f seconds\n",
retainerGeneration, mut_user_time_during_RP());
#if defined(DEBUG_RETAINER)
- fprintf(prof_file, "\tMax C stack size = %u\n", maxCStackSize);
fprintf(prof_file, "\tMax auxiliary stack size = %u\n", maxStackSize);
#endif
fprintf(prof_file, "\tAverage number of visits per object = %f\n",