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

Add `findcaller` and improve docs #83

Closed timholy closed 4 years ago

timholy commented 4 years ago

This makes it easy to find the source of a specific problem triggered by invalidation. Motivated by investigating https://github.com/JuliaLang/julia/issues/36005.