diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2019-07-02 10:38:13 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-09-17 19:21:10 -0400 |
commit | ae4415b9487d24942aa0e91052d4b897a3cf2f2e (patch) | |
tree | 7114c5e3418cf480339f69313f8960adeb12e05a /rts/RetainerSet.h | |
parent | 7915afc6bb9539a4534db99aeb6616a6d145918a (diff) | |
download | haskell-ae4415b9487d24942aa0e91052d4b897a3cf2f2e.tar.gz |
eventlog: Add biographical and retainer profiling traces
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.h | 2 |
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. |