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>
  • Loading branch information
tfiers and IanButterworth authored Jan 13, 2023
1 parent 29fbd1c commit eb5f6d6
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

3 comments on commit eb5f6d6

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(isdaily = true)

@maleadt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nanosoldier runtests(isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible new issues were detected.
A full report can be found here.

Please sign in to comment.