diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-09-13 21:25:46 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-09-13 21:25:46 +0000 |
commit | d71615757d0462b1721ee3664c5fa9f79325d666 (patch) | |
tree | 6ef3b796b0610e7cafea2904600a52c0961e0b13 /rts/eventlog/EventLog.h | |
parent | 064562360a310f08592d41e9fceb3404932c4a04 (diff) | |
download | haskell-d71615757d0462b1721ee3664c5fa9f79325d666.tar.gz |
Add event block markers
These indicate the size and time span of a sequence of events in the
event log, to make it easier to sort and navigate a large event log.
Diffstat (limited to 'rts/eventlog/EventLog.h')
-rw-r--r-- | rts/eventlog/EventLog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rts/eventlog/EventLog.h b/rts/eventlog/EventLog.h index e2ee13ac11..364d12a3a6 100644 --- a/rts/eventlog/EventLog.h +++ b/rts/eventlog/EventLog.h @@ -35,8 +35,6 @@ void postMsg(char *msg, va_list ap); void postCapMsg(Capability *cap, char *msg, va_list ap); -void printAndClearEventLog(Capability *cap); - #else /* !TRACING */ INLINE_HEADER void postSchedEvent (Capability *cap STG_UNUSED, |