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

Add `timeunit` and `delay` options #60

Closed kimikage closed 3 years ago

kimikage commented 3 years ago

preview: https://kimikage.github.io/ProfileSVG.jl/previews/PR60/other-options/#timeunit-and-delay Closes #59

codecov-commenter commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@3246b53). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             master       #60   +/-   ##
==========================================
  Coverage          ?   100.00%           
==========================================
  Files             ?         2           
  Lines             ?       189           
  Branches          ?         0           
==========================================
  Hits              ?       189           
  Misses            ?         0           
  Partials          ?         0           

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 3246b53...2217f81. Read the comment docs.

anandijain commented 3 years ago

wow thank you!

anandijain commented 3 years ago

Looks like it can be merged and tagged?