[commit: ghc] wip/libdw-prof: Add infrastructure for a simple statistical profiler (f9cb7a2)
git at git.haskell.org
git at git.haskell.org
Sun May 7 19:38:22 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/libdw-prof
Link : http://ghc.haskell.org/trac/ghc/changeset/f9cb7a248c5049cc25344917a012b35d171f5999/ghc
>---------------------------------------------------------------
commit f9cb7a248c5049cc25344917a012b35d171f5999
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Sep 25 18:32:05 2015 +0200
Add infrastructure for a simple statistical profiler
>---------------------------------------------------------------
f9cb7a248c5049cc25344917a012b35d171f5999
includes/rts/Config.h | 16 +++---
includes/rts/EventLogFormat.h | 4 +-
rts/Trace.c | 13 +++++
rts/Trace.h | 12 +++++
rts/eventlog/EventLog.c | 118 ++++++++++++++++++++++++++++++++++++++++++
rts/eventlog/EventLog.h | 7 +++
6 files changed, 163 insertions(+), 7 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 f9cb7a248c5049cc25344917a012b35d171f5999
More information about the ghc-commits
mailing list