Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Dec 21, 2022
1 parent f9f1791 commit abf5b97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stdlib/InteractiveUtils/src/macros.jl
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ See also: [`code_native`](@ref), [`@code_llvm`](@ref), [`@code_typed`](@ref) and
A macro to execute an expression and produce a report of any time spent importing packages and their
dependencies. Any compilation time will be reported as a percentage, and how much of which was recompilation, if any.
On Julia 1.9+ package extensions will show as Parent → Extension.
!!! note
During the load process a package sequentially imports all of its dependencies, not just its direct dependencies.
Expand Down

0 comments on commit abf5b97

Please sign in to comment.