kimikage / ProfileSVG.jl

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

[Feature request] Add option for setting the graph title #66

Closed zomborid closed 7 months ago

zomborid commented 1 year ago

It would be nice if instead of Profile results the .svg would say something more informative. By default it could be the same, but alternatively the user could add a descriptive name.

This would enable the user to encode parameters of the running environment. For example when checking different settings and algorithms with @profile.