timholy / SnoopCompile.jl

Provide insights about latency (TTFX) for Julia packages
https://timholy.github.io/SnoopCompile.jl/dev/
Other
309 stars 48 forks source link

A grabbag of random fixes #212

Closed timholy closed 3 years ago

timholy commented 3 years ago

These are things I fixed while using this in practice. Unfortunately I don't have tests for them (bad, bad), I guess when I encountered them in practice I felt it was important to keep moving.

Better to have them than not, I think.

codecov[bot] commented 3 years ago

Codecov Report

Merging #212 (fb4c0aa) into master (1851f20) will increase coverage by 0.63%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #212      +/-   ##
==========================================
+ Coverage   81.48%   82.11%   +0.63%     
==========================================
  Files           9        9              
  Lines        1118     1124       +6     
==========================================
+ Hits          911      923      +12     
+ Misses        207      201       -6     
Impacted Files Coverage Δ
src/parcel_snoopi.jl 94.19% <100.00%> (+0.02%) :arrow_up:
src/parcel_snoopi_deep.jl 83.79% <100.00%> (+1.59%) :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 1851f20...fb4c0aa. Read the comment docs.