[commit: ghc] wip/libdw-prof: Add infrastructure for a simple statistical profiler (67f2ced)
git at git.haskell.org
git at git.haskell.org
Sun May 7 02:11:20 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/libdw-prof
Link : http://ghc.haskell.org/trac/ghc/changeset/67f2ced09a561acd85f9a7cd49dd9b0fe056e13e/ghc
>---------------------------------------------------------------
commit 67f2ced09a561acd85f9a7cd49dd9b0fe056e13e
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Sep 25 18:32:05 2015 +0200
Add infrastructure for a simple statistical profiler
>---------------------------------------------------------------
67f2ced09a561acd85f9a7cd49dd9b0fe056e13e
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 67f2ced09a561acd85f9a7cd49dd9b0fe056e13e
More information about the ghc-commits
mailing list