Skip to content

Commit

Permalink
docstring for @time_imports: explain what is shown (it's not cumula…
Browse files Browse the repository at this point in the history
…tive) (#48248)

Co-authored-by: Ian Butterworth <i.r.butterworth@gmail.com>
(cherry picked from commit eb5f6d6)
  • Loading branch information
tfiers authored and KristofferC committed Jan 13, 2023
1 parent 32cae57 commit ba490ff
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.
One line is printed per package or package extension. The duration shown is the time to import that package itself, not including the time to load any of its dependencies.
On Julia 1.9+ [package extensions](@ref man-extensions) will show as Parent → Extension.
!!! note
Expand Down

0 comments on commit ba490ff

Please sign in to comment.