[commit: ghc] wip/eventlog-heap-profile: Log heap profiler samples to event log (436be90)
git at git.haskell.org
git at git.haskell.org
Sat Mar 26 00:58:12 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/eventlog-heap-profile
Link : http://ghc.haskell.org/trac/ghc/changeset/436be90ac8616ac504e91da917db67a1c469e6b9/ghc
>---------------------------------------------------------------
commit 436be90ac8616ac504e91da917db67a1c469e6b9
Author: Ben Gamari <ben at smart-cactus.org>
Date: Wed Dec 30 22:32:32 2015 +0100
Log heap profiler samples to event log
>---------------------------------------------------------------
436be90ac8616ac504e91da917db67a1c469e6b9
includes/rts/EventLogFormat.h | 7 +-
rts/ProfHeap.c | 32 +++++++-
rts/Trace.c | 43 ++++++++++
rts/Trace.h | 19 +++++
rts/eventlog/EventLog.c | 183 ++++++++++++++++++++++++++++++++++++++++++
rts/eventlog/EventLog.h | 20 +++++
6 files changed, 300 insertions(+), 4 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 436be90ac8616ac504e91da917db67a1c469e6b9
More information about the ghc-commits
mailing list