[commit: ghc] wip/libdw-prof: Add infrastructure for a simple statistical profiler (b6eb528)

git at git.haskell.org git at git.haskell.org
Sat May 6 22:26:38 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/libdw-prof
Link       : http://ghc.haskell.org/trac/ghc/changeset/b6eb52809e7ff2c60c29480966cf1f46039db41f/ghc

>---------------------------------------------------------------

commit b6eb52809e7ff2c60c29480966cf1f46039db41f
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Sep 25 18:32:05 2015 +0200

    Add infrastructure for a simple statistical profiler


>---------------------------------------------------------------

b6eb52809e7ff2c60c29480966cf1f46039db41f
 includes/rts/Config.h         |  13 +++--
 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, 159 insertions(+), 8 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 b6eb52809e7ff2c60c29480966cf1f46039db41f


More information about the ghc-commits mailing list