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

Bump compat for FlameGraphs to v0.2 and Drop support for v0.1 #31

Closed kimikage closed 4 years ago

kimikage commented 4 years ago

The default color scheme has changed in FlameGraphs v0.2. (I changed it.) preview: https://kimikage.github.io/ProfileSVG.jl/previews/PR31/

The problem with the path separator also be fixed. https://kimikage.github.io/ProfileSVG.jl/previews/PR31/coloration-schemes/#Stack-frame-category-1

codecov-io commented 4 years ago

Codecov Report

Merging #31 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #31   +/-   ##
=======================================
  Coverage   89.13%   89.13%           
=======================================
  Files           2        2           
  Lines          92       92           
=======================================
  Hits           82       82           
  Misses         10       10           

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 015985c...e8d1432. Read the comment docs.