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

git at git.haskell.org git at git.haskell.org
Sat May 6 22:40:19 UTC 2017


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

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

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

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

    Add infrastructure for a simple statistical profiler


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

179a3822b2c66d6928d137b7ab82746a1bde5959
 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 179a3822b2c66d6928d137b7ab82746a1bde5959


More information about the ghc-commits mailing list