The issue is that precompilation happens in a separate Julia process (one that gets launched with special options --output-ji
and --output-incremental
). What if you navigate to the package src/
directory and then do @profile include("AugmentedGaussianProcesses.jl")
?