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

Segregate loctrigs by callee #228

Closed timholy closed 3 years ago

timholy commented 3 years ago

Sometimes multiple inference triggers occur on the same source-code line, and it's better to keep them separated by callee.

codecov[bot] commented 3 years ago

Codecov Report

Merging #228 (d289a0b) into master (4e0ac3c) will increase coverage by 0.03%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #228      +/-   ##
==========================================
+ Coverage   83.99%   84.02%   +0.03%     
==========================================
  Files           9        9              
  Lines        1481     1484       +3     
==========================================
+ Hits         1244     1247       +3     
  Misses        237      237              
Impacted Files Coverage Δ
src/parcel_snoopi_deep.jl 86.54% <100.00%> (+0.05%) :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 4e0ac3c...d289a0b. Read the comment docs.