[GHC] #8811: Profiling output jumbled together
GHC
ghc-devs at haskell.org
Fri Nov 7 18:12:04 UTC 2014
#8811: Profiling output jumbled together
-------------------------------------+-------------------------------------
Reporter: augustss | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Profiling | Version: 7.6.3
Resolution: | Keywords:
Operating System: | Architecture: Unknown/Multiple
Unknown/Multiple | Difficulty: Unknown
Type of failure: | Blocked By:
None/Unknown | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Changes (by thomie):
* component: Compiler => Profiling
Comment:
For reference: the change needs to be made in `rts/Profiling.c`.
{{{
fprintf(prof_file, "%6s %11s %5s %5s %5s %5s", "no.", "entries",
"%time", "%alloc", "%time", "%alloc");
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8811#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list