I thought there were tools for doing this in Julia 1.12.5, namely tracing the calls to every function from another function, but I’m stumped so far. The package TraceGraph will not compile due to the use of deprecated functions from DataFrames, Cthulhu fails for similar reasons and TraceFuns.jl simply doesn’t work. It has an empty output.
Is there a recommended way of doing this that works using Julia 12.5? Any help would be appreciated.