cvs commit: fptools/ghc/rts ProfHeap.c RtsFlags.c RtsFlags.h
Julian Seward
sewardj@glass.cse.ogi.edu
Wed, 14 Mar 2001 03:18:18 -0800
sewardj 2001/03/14 03:18:18 PST
Modified files:
ghc/rts ProfHeap.c RtsFlags.c RtsFlags.h
Log:
Add closure selection for heap profiling. You can use
-hc{cc_names}, -hd{descrs}, -hy{types}, -hm{mods} to restrict profiled
closures to the specified sets. Multiple restrictions are allowed.
Revision Changes Path
1.21 +104 -26 fptools/ghc/rts/ProfHeap.c
1.37 +47 -4 fptools/ghc/rts/RtsFlags.c
1.31 +7 -3 fptools/ghc/rts/RtsFlags.h