在 Julia 分析输出中调用 typeinf 和 typeinf_ext
Calls to typeinf and typeinf_ext in Julia profiling output
我正在分析我的 Julia 代码。大部分时间花在 typeinf
和 typeinf_ext
(以及他们的被调用者)上。这是类型不确定还是类型不稳定的信号?
参考 Julia lang documentation:
It’s a good idea to first run the code you intend to profile at least
once (unless you want to profile Julia’s JIT-compiler)
我正在分析我的 Julia 代码。大部分时间花在 typeinf
和 typeinf_ext
(以及他们的被调用者)上。这是类型不确定还是类型不稳定的信号?
参考 Julia lang documentation:
It’s a good idea to first run the code you intend to profile at least once (unless you want to profile Julia’s JIT-compiler)