I've been abusing @profile
(via ProfileView.@profview
) to see what exactly is being executed when I run a piece of code: mainly, which methods are called (and what those methods call, etc.). Is there a more standard/easier way of tracing this?
May be Cthulhu.jl?
I just watched "JuliaCon 2020 | Advanced Metaprogramming Tools | Mike Innes", which demos a tracing tool from the package FluxML/Mjolnir.jl
It has an error with deep-copy of modules in its self-test.
We gave up on deep-copy in Smalltalk. When do you stop? The semantics were never clear... Make copy the copy that makes sense.
The package Mjolnir is deprecated, and unlikely to be brought back to life. There is discussion of why at its repository.
Last updated: Nov 06 2024 at 04:40 UTC