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

Use internal grid fitting #45

Closed kimikage closed 4 years ago

kimikage commented 4 years ago

This avoids the misalignment due to rounding.

codecov-commenter commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #45   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines          126       149   +23     
=========================================
+ Hits           126       149   +23     
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 cb9c603...b35ae70. Read the comment docs.