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

Improve zooming performance and UX #30

Closed kimikage closed 4 years ago

kimikage commented 4 years ago

Fixes #29 preview: https://kimikage.github.io/ProfileSVG.jl/previews/PR30/

This will be the last update in the v0.1 series.

codecov-io commented 4 years ago

Codecov Report

Merging #30 into master will increase coverage by 0.11%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #30      +/-   ##
==========================================
+ Coverage   89.01%   89.13%   +0.11%     
==========================================
  Files           2        2              
  Lines          91       92       +1     
==========================================
+ Hits           81       82       +1     
  Misses         10       10              
Impacted Files Coverage Δ
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 827cab3...baa95a2. Read the comment docs.