[project @ 2000-04-05 10:06:36 by simonmar]
authorsimonmar <unknown>
Wed, 5 Apr 2000 10:06:36 +0000 (10:06 +0000)
committersimonmar <unknown>
Wed, 5 Apr 2000 10:06:36 +0000 (10:06 +0000)
commitf601ca97c556d53b0376e523cccd36e27d8b547e
tree8fce8771e2a01bc688bf55ff7626d7484d6a4829
parent85ddf90ae7ec0c6d70873fa8f6dfa35686dd1c2c
[project @ 2000-04-05 10:06:36 by simonmar]
Add new profiling tool (probably non-working so far).
36 files changed:
ghc/utils/prof/Makefile [new file with mode: 0644]
ghc/utils/prof/cgprof/Makefile [new file with mode: 0644]
ghc/utils/prof/cgprof/README [new file with mode: 0644]
ghc/utils/prof/cgprof/cgprof.c [new file with mode: 0644]
ghc/utils/prof/cgprof/cgprof.h [new file with mode: 0644]
ghc/utils/prof/cgprof/daVinci.c [new file with mode: 0644]
ghc/utils/prof/cgprof/daVinci.h [new file with mode: 0644]
ghc/utils/prof/cgprof/main.c [new file with mode: 0644]
ghc/utils/prof/cgprof/matrix.c [new file with mode: 0644]
ghc/utils/prof/cgprof/matrix.h [new file with mode: 0644]
ghc/utils/prof/cgprof/symbol.c [new file with mode: 0644]
ghc/utils/prof/cgprof/symbol.h [new file with mode: 0644]
ghc/utils/prof/ghcprof.prl [new file with mode: 0644]
ghc/utils/prof/icons/absdelta.xbm [new file with mode: 0644]
ghc/utils/prof/icons/absolute.xbm [new file with mode: 0644]
ghc/utils/prof/icons/comm.xbm [new file with mode: 0644]
ghc/utils/prof/icons/commslack.xbm [new file with mode: 0644]
ghc/utils/prof/icons/comp.xbm [new file with mode: 0644]
ghc/utils/prof/icons/compress.xbm [new file with mode: 0644]
ghc/utils/prof/icons/compslack.xbm [new file with mode: 0644]
ghc/utils/prof/icons/delete.xbm [new file with mode: 0644]
ghc/utils/prof/icons/help.xbm [new file with mode: 0644]
ghc/utils/prof/icons/hrel.xbm [new file with mode: 0644]
ghc/utils/prof/icons/hrelslack.xbm [new file with mode: 0644]
ghc/utils/prof/icons/jump.xbm [new file with mode: 0644]
ghc/utils/prof/icons/mycomm.xbm [new file with mode: 0644]
ghc/utils/prof/icons/oxpara.xbm [new file with mode: 0644]
ghc/utils/prof/icons/percent.xbm [new file with mode: 0644]
ghc/utils/prof/icons/reldelta.xbm [new file with mode: 0644]
ghc/utils/prof/icons/sync.xbm [new file with mode: 0644]
ghc/utils/prof/icons/time.xbm [new file with mode: 0644]
ghc/utils/prof/icons/time1.xbm [new file with mode: 0644]
ghc/utils/prof/icons/uncompress.xbm [new file with mode: 0644]
ghc/utils/prof/icons/undo.xbm [new file with mode: 0644]
ghc/utils/prof/icons/wait.xbm [new file with mode: 0644]
ghc/utils/prof/icons/weightdelta.xbm [new file with mode: 0644]