Ticket #5956 (closed feature request: duplicate)

Opened 14 months ago

Last modified 14 months ago

Annotate heap profile at certain times

Reported by: nomeata Owned by:
Priority: normal Milestone:
Component: Profiling Version: 7.4.1
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: None/Unknown Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

Just an idea I’d like to note down: When looking at a heap profile, I often have to guess what phase is what. It would be useful if there is a

GHC.Exts.annotateHeapProfile :: String -> IO ()

function where a vertical line shows up in the heap profile every time the function is called, and is labeled by the given string.

Change History

Changed 14 months ago by simonmar

  • status changed from new to closed
  • difficulty set to Unknown
  • resolution set to duplicate

Please add your comments to #3021

Note: See TracTickets for help on using tickets.