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 tools for analysis of specialization #169

Closed timholy closed 3 years ago

timholy commented 3 years ago

Here, the idea is to compare the inference time against the runtime for each MethodInstance. The user is responsible for coming up with a suitable runtime performance task and collecting Profile data.