From 7ef390f5f48f613920df78c74e2c24209e730b16 Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Tue, 2 Jul 2019 10:38:13 +0100 Subject: 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. --- rts/RetainerSet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rts/RetainerSet.h') 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. -- cgit v1.2.1