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

Add support for `roundradius` option #47

Closed kimikage closed 4 years ago

kimikage commented 4 years ago

This is a part of issue #42.

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

codecov-commenter commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #47   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          150       155    +5     
=========================================
+ Hits           150       155    +5     
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 4e6e882...8ee7939. Read the comment docs.