[GHC] #15735: ghc-heap doesn't support profiling

#15735: ghc-heap doesn't support profiling -------------------------------------+------------------------------------- Reporter: mpickering | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 8.6.1 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: -------------------------------------+------------------------------------- ghc-heap should show an accurate representation of what's on the heap. When profiling is enabled the profiling header is just completely ignored and not represented in the `StgInfoTable`. https://downloads.haskell.org/~ghc/latest/docs/html/libraries/ghc- heap-8.6.1/GHC-Exts-Heap.html#t:StgInfoTable A new field should be added to `StgInfoTable` with type `Maybe ProfilingHeader` just like we already have for tables next to code. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15735 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC