[project @ 1999-01-21 10:31:41 by simonm]
authorsimonm <unknown>
Thu, 21 Jan 1999 10:31:57 +0000 (10:31 +0000)
committersimonm <unknown>
Thu, 21 Jan 1999 10:31:57 +0000 (10:31 +0000)
commitec48c5ab896b9334fa8d747c0a542e0679fe3a8f
tree1f14e496e12176712138af1ae201caac29152c6e
parente40c2d730d62c8d40f92c44c81e48024777b270b
[project @ 1999-01-21 10:31:41 by simonm]
Resurrect ticky-ticky profiling.  Not quite polished yet, but it
compiles and produces some reasonable-looking stats.
24 files changed:
ghc/compiler/codeGen/CgClosure.lhs
ghc/compiler/codeGen/CgCon.lhs
ghc/compiler/codeGen/CgHeapery.lhs
ghc/compiler/codeGen/CgTailCall.lhs
ghc/includes/Constants.h
ghc/includes/PrimOps.h
ghc/includes/Rts.h
ghc/includes/Stg.h
ghc/includes/StgMacros.h
ghc/includes/StgTicky.h [new file with mode: 0644]
ghc/includes/Ticky.h [deleted file]
ghc/includes/Updates.h
ghc/rts/Main.c
ghc/rts/PrimOps.hc
ghc/rts/RtsFlags.c
ghc/rts/RtsStartup.c
ghc/rts/RtsUtils.c
ghc/rts/Schedule.c
ghc/rts/StgMiscClosures.hc
ghc/rts/Storage.c
ghc/rts/Storage.h
ghc/rts/Ticky.c [new file with mode: 0644]
ghc/rts/Ticky.h [new file with mode: 0644]
ghc/rts/Updates.hc