eventlog2html icon indicating copy to clipboard operation
eventlog2html copied to clipboard

Add a "package" column to the detailed pane

Open duog opened this issue 3 years ago • 3 comments

Thanks for your wonderful project! Would it be possible to add a column to the details pane naming the package of a source location, in the same way that the module is named today? This would help me filter my allocation sites to those inside my program.

duog avatar Jun 21 '21 08:06 duog

It's a good idea but would require the IPE map to be extended in GHC, the package information of each info table is not currently recorded.

mpickering avatar Jun 21 '21 08:06 mpickering

I agree with this one, it would be very useful to get package info in the IPE map. I have a src/Utils.hs module in my dependency closure and it took a bit of digging to figure out that it came from scientific!

adamgundry avatar May 31 '22 09:05 adamgundry

For future reference: Ben is extending the IPE map with unit IDs in https://gitlab.haskell.org/ghc/ghc/-/merge_requests/11341, so this should become possible in the future.

adamgundry avatar Oct 06 '23 06:10 adamgundry