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

Add `title` option #76

Closed kimikage closed 7 months ago

kimikage commented 7 months ago

This is a modified version of PR #67. This solves issue #66.

I used to call the text a "caption", but I have taken this opportunity to rename it a ”title”. The reason is its shorter length.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (99b73f7) to head (c822e26).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #76 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 2 2 Lines 198 199 +1 ========================================= + Hits 198 199 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.