timholy / FlameGraphs.jl

Analysis of profiling data using trees
MIT License
51 stars 12 forks source link

Fix runtime dispatch detection on nightly #47

Closed timholy closed 2 years ago

timholy commented 2 years ago

Starting with 1.8.0-DEV.600, Julia split the internal and external names in the C library. This tests for detection of runtime dispatch and fixes a SnoopCompile failure on nightly.

For good measure, this also throws in a fix for a FileIO depwarn that occurs only in the tests.

codecov[bot] commented 2 years ago

Codecov Report

Merging #47 (36b1e37) into master (7b6dcdf) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #47   +/-   ##
=======================================
  Coverage   91.28%   91.28%           
=======================================
  Files           5        5           
  Lines         287      287           
=======================================
  Hits          262      262           
  Misses         25       25           
Impacted Files Coverage Δ
src/graph.jl 94.11% <100.00%> (ø)

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 7b6dcdf...36b1e37. Read the comment docs.