summaryrefslogtreecommitdiff
path: root/rts/RetainerSet.h
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2019-07-02 10:38:13 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2019-09-10 18:55:35 +0100
commit7ef390f5f48f613920df78c74e2c24209e730b16 (patch)
tree4dae88ee035528322633d3fd263a9320a4a868fe /rts/RetainerSet.h
parentb55ee979d32df938eee9c4c02c189f8be267e8a1 (diff)
downloadhaskell-wip/eventlog-retainer-biographical.tar.gz
eventlog: Add biographical and retainer profiling traceswip/eventlog-retainer-biographical
This patch adds a new eventlog event which indicates the start of a biographical profiler sample. These are different to normal events as they also include the timestamp of when the census took place. This is because the LDV profiler only emits samples at the end of the run. Now all the different profiling modes emit consumable events to the eventlog.
Diffstat (limited to 'rts/RetainerSet.h')
-rw-r--r--rts/RetainerSet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RetainerSet.h b/rts/RetainerSet.h
index 2f9aeea644..44ec519c68 100644
--- a/rts/RetainerSet.h
+++ b/rts/RetainerSet.h
@@ -140,7 +140,7 @@ RetainerSet *addElement(retainer, RetainerSet *);
#if defined(SECOND_APPROACH)
// Prints a single retainer set.
-void printRetainerSetShort(FILE *, RetainerSet *, uint32_t);
+void printRetainerSetShort(FILE *, RetainerSet *, W_, uint32_t);
#endif
// Print the statistics on all the retainer sets.