maoe / tkyprof

An interactive GHC profiling visualizer
https://hackage.haskell.org/package/tkyprof
Other
33 stars 4 forks source link

Add labels on significant cost centers #19

Open maoe opened 12 years ago

maoe commented 12 years ago

see also: http://www.reddit.com/r/haskell/comments/jlatg/tkyprof_a_webbased_interactive_visualizer_for_ghc/c2d2pfp

maoe commented 12 years ago

I like these labels: http://www.marzocca.net/linux/baobab/figures/baobab_ringschart2.png

amigalemming commented 6 years ago

Currently the only way to find out the function name of a disk segment is to click on it and then the context of the other functions is lost. I'd pretty much like labels at the disk segments.

maoe commented 6 years ago

Thanks for your interest. Unfortunately I don't have plans to develop tkyprof further at the moment and I've been using https://github.com/maoe/viewprof instead lately.

That said I'm happy to accept PRs if you'd like to implement this feature.