mpickering/eventlog2html

Add a "package" column to the detailed pane

duog opened this issue · 3 comments

duog commented

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.

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.

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!

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.