JuliaPerf / PProf.jl

Export Julia profiles to the pprof format
MIT License
155 stars 18 forks source link

alloc prof: memoize stringifying type name #48

Closed vilterp closed 2 years ago

vilterp commented 2 years ago

Before:

95.639299 sec

Pasted Graphic 1

After:

33.457880 sec image

codecov-commenter commented 2 years ago

Codecov Report

Merging #48 (5b54ef3) into nhd-profile-allocs (df43527) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@                  Coverage Diff                   @@
##           nhd-profile-allocs      #48      +/-   ##
======================================================
+ Coverage               96.34%   96.39%   +0.04%     
======================================================
  Files                       3        3              
  Lines                     301      305       +4     
======================================================
+ Hits                      290      294       +4     
  Misses                     11       11              
Impacted Files Coverage Δ
src/Allocs.jl 91.25% <100.00%> (+0.46%) :arrow_up:

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 df43527...5b54ef3. Read the comment docs.