JET.ToplevelConfig
— TypeConfigurations for top-level analysis. These configurations will be active for all the top-level entries explained in the top-level analysis entry points section.
context::Module = Main
The module context in which the top-level execution will be simulated.This configuration can be useful when you just want to analyze a submodule, without starting entire analysis from the root module. For example, we can analyze
Base.Math
like below:julia> report_file(JET.fullbasepath("math.jl"); +└────────────────────