Skip to content

Commit

Permalink
Profile: add notes to print() docs (JuliaLang#53205)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Feb 6, 2024
1 parent eb82072 commit 9bafc53
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 @@ -233,6 +233,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 9bafc53

Please sign in to comment.