[GHC] #10235: Get profiling info without stopping program

GHC ghc-devs at haskell.org
Tue May 5 11:57:45 UTC 2015


#10235: Get profiling info without stopping program
-------------------------------------+-------------------------------------
        Reporter:  mwotton           |                   Owner:
            Type:  feature request   |                  Status:  new
        Priority:  normal            |               Milestone:
       Component:  Compiler          |                 Version:  7.10.1
      Resolution:                    |                Keywords:
Operating System:  Unknown/Multiple  |            Architecture:
 Type of failure:  None/Unknown      |  Unknown/Multiple
      Blocked By:                    |               Test Case:
 Related Tickets:                    |                Blocking:
                                     |  Differential Revisions:
-------------------------------------+-------------------------------------

Comment (by kvelicka):

 I'm currently working on adding such functionality. In the current state
 of affairs, the problem isn't that the log is not being dumped, it's being
 written to continuously. The issue is that the release version of `ghc-
 events` cannot parse incomplete `.eventlog` files. My WIP version of the
 library does, so if there's a need to profile something urgently, feel
 free to try it out: https://github.com/kvelicka/ghc-events . Working on
 this is now a part of my university project, so it should hopefully be
 finished up and merged into the master branch soon.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10235#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list