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 text display #28

Closed kimikage closed 4 years ago

kimikage commented 4 years ago

Fixes #27

Preview: https://kimikage.github.io/ProfileSVG.jl/previews/PR28/

I plan to merge this in half a day and release v0.1.2. ~If there are no serious bugs, the next version will be v0.2.0.~ Edit: I want to release the extra v0.1.3, which may improve the speed performance.

kimikage commented 4 years ago

https://kimikage.github.io/ProfileSVG.jl/previews/PR28/#Exporting-to-SVG-file-1

I can't deny the dirtiness, but it is better than nothing. :sweat_smile:

codecov-io commented 4 years ago

Codecov Report

Merging #28 into master will increase coverage by 1.20%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #28      +/-   ##
==========================================
+ Coverage   87.80%   89.01%   +1.20%     
==========================================
  Files           2        2              
  Lines          82       91       +9     
==========================================
+ Hits           72       81       +9     
  Misses         10       10              
Impacted Files Coverage Δ
src/ProfileSVG.jl 82.45% <100.00%> (+3.28%) :arrow_up:
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 aae2845...489dc9a. Read the comment docs.