JuliaPerf / PProf.jl

Export Julia profiles to the pprof format
MIT License
154 stars 17 forks source link

Option to add line and/or module info to each block #54

Open IanButterworth opened 2 years ago

IanButterworth commented 2 years ago

Sometimes it's hard to know which function is being called just by it's signature. It would be helpful to at least have the option to turn on showing the module and/or line info (file & line num) in each block.

Alternatively, if space is too constrained, perhaps in a hover popup?