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 a few convenience methods #177

Closed timholy closed 3 years ago

timholy commented 3 years ago

With more time spent playing with this, I found I wanted to to be easier to extract the Method or MethodInstance without having to worry about which exact object I'm working with or what its field names are.

Also adds Cthulhu.descend support for InferenceTrigger...since of course that's what you want to do next.