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

Target verify_methods to backedges #359

Closed timholy closed 1 year ago

timholy commented 1 year ago

These were incorrectly assigned to mt_backedges. Fixes #357

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.96 :warning:

Comparison is base (85d38e8) 85.86% compared to head (04d6ef1) 84.91%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #359 +/- ## ========================================== - Coverage 85.86% 84.91% -0.96% ========================================== Files 17 17 Lines 2193 2194 +1 ========================================== - Hits 1883 1863 -20 - Misses 310 331 +21 ``` | [Impacted Files](https://codecov.io/gh/timholy/SnoopCompile.jl/pull/359?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tim+Holy) | Coverage Δ | | |---|---|---| | [src/invalidations.jl](https://codecov.io/gh/timholy/SnoopCompile.jl/pull/359?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tim+Holy#diff-c3JjL2ludmFsaWRhdGlvbnMuamw=) | `72.19% <100.00%> (-0.79%)` | :arrow_down: | ... and [6 files with indirect coverage changes](https://codecov.io/gh/timholy/SnoopCompile.jl/pull/359/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tim+Holy) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tim+Holy). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tim+Holy)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.