flamegraph-rs / flamegraph

Easy flamegraphs for Rust projects and everything else, without Perl or pipes <3
Apache License 2.0
4.61k stars 141 forks source link

Add ability to customize title and subtitle of generated graph #326

Closed jamel closed 2 months ago

jamel commented 2 months ago

As suggested in #223 it would be nice to support --title command line argument to set graph title in produced SVG image. To make flamegraph even more compatible with original flamegraph.pl here --subtitle command line argument is added as well.

djc commented 2 months ago

Thanks!