cvs commit: fptools/ghc/rts ProfHeap.c

Simon Marlow simonmar@glass.cse.ogi.edu
Thu, 29 Nov 2001 08:38:13 -0800


simonmar    2001/11/29 08:38:13 PST

  Modified files:
    ghc/rts              ProfHeap.c 
  Log:
  Fix for heap profiling when selecting by lag/drag/void/use: I forgot
  to make the final LdvCensusKillAll() call just before outputing the
  census info.
  
  Having tested this stuff on the compiler itself, I now declare it to
  be working (famous last words!).
  
  Revision  Changes    Path
  1.32      +2 -10     fptools/ghc/rts/ProfHeap.c