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

Update to FlameGraphs 1.0 #294

Closed timholy closed 2 years ago

timholy commented 2 years ago

AbstractTrees has historically been included indirectly, but this package has long added new methods to AbstractTrees functions. In retrospect, this was probably a poor decision. In addition to updating compat, this makes AbstractTrees an explicit dependency.

codecov[bot] commented 2 years ago

Codecov Report

Base: 85.91% // Head: 85.83% // Decreases project coverage by -0.08% :warning:

Coverage data is based on head (ae242a9) compared to base (f6ddda7). Patch coverage: 50.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #294 +/- ## ========================================== - Coverage 85.91% 85.83% -0.09% ========================================== Files 17 17 Lines 2102 2104 +2 ========================================== Hits 1806 1806 - Misses 296 298 +2 ``` | [Impacted Files](https://codecov.io/gh/timholy/SnoopCompile.jl/pull/294?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tim+Holy) | Coverage Δ | | |---|---|---| | [src/parcel\_snoopi\_deep.jl](https://codecov.io/gh/timholy/SnoopCompile.jl/pull/294/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tim+Holy#diff-c3JjL3BhcmNlbF9zbm9vcGlfZGVlcC5qbA==) | `89.79% <50.00%> (-0.20%)` | :arrow_down: | 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 at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.