Ticket #5956 (closed feature request: duplicate)
Annotate heap profile at certain times
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
Note: See
TracTickets for help on using
tickets.
