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 support for `notext` option #46

Closed kimikage closed 4 years ago

kimikage commented 4 years ago

Closes #41.

preview: https://kimikage.github.io/ProfileSVG.jl/previews/PR46/other-options/index.html#notext-1

codecov-commenter commented 4 years ago

Codecov Report

Merging #46 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #46   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          149       150    +1     
=========================================
+ Hits           149       150    +1     
Impacted Files Coverage Δ
src/ProfileSVG.jl 100.00% <100.00%> (ø)
src/svgwriter.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7c13dfe...0eae075. Read the comment docs.