#4225: RTS option to remove profiling overhead from heap profile time stamps
---------------------------------+------------------------------------------
    Reporter:  ClaudiusMaximus   |       Owner:              
        Type:  feature request   |      Status:  new         
    Priority:  normal            |   Component:  Profiling   
     Version:  6.12.3            |    Keywords:              
          Os:  Unknown/Multiple  |    Testcase:              
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown
---------------------------------+------------------------------------------

Comment(by malcolm.wall...@…):

 I believe that the runtime system, when gathering a census for profiling
 at GC time, disables the timer and re-enables it again after the census is
 complete.  This is specifically to eliminate the overheads of profiling
 from the resulting graph.  If something has changed to break this
 property, then it should be fixed in the RTS, not post-processed away by
 hp2ps.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4225#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to