Skip to content

Commit

Permalink
Profile: add notes to print() docs (#53205)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9bafc53)
  • Loading branch information
IanButterworth authored and KristofferC committed Feb 20, 2024
1 parent 7790d6f commit 9b6c58d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stdlib/Profile/src/Profile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,13 @@ The keyword arguments can be any combination of:
- `tasks::Union{Int,AbstractVector{Int}}` -- Specify which tasks to include snapshots from in the report. Note that this
does not control which tasks samples are collected within.
!!! compat "Julia 1.8"
The `groupby`, `threads`, and `tasks` keyword arguments were introduced in Julia 1.8.
!!! note
Profiling on windows is limited to the main thread. Other threads have not been sampled and will not show in the report.
"""
function print(io::IO,
data::Vector{<:Unsigned} = fetch(),
Expand Down

0 comments on commit 9b6c58d

Please sign in to comment.