kimikage / ProfileSVG.jl

Write flame graphs to SVG format and explore them interactively in Jupyter, Pluto, etc.
MIT License
52 stars 7 forks source link

Stripping redundant directory information #56

Open kimikage opened 3 years ago

kimikage commented 3 years ago

One of the redundant directory information is the absolute path of the buildbot. This makes no sense in the runtime environment (cf. https://github.com/JuliaLang/julia/issues/35191). C:\buildbot\worker\package_win64\build\usr\share\julia\...

Another example is the package directory (usually in the home directory). C:\Users\username\.julia\...