Skip to content

Commit 9b6c58d

Browse files
IanButterworthKristofferC
authored andcommitted
Profile: add notes to print() docs (#53205)
(cherry picked from commit 9bafc53)
1 parent 7790d6f commit 9b6c58d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stdlib/Profile/src/Profile.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,13 @@ The keyword arguments can be any combination of:
201201
202202
- `tasks::Union{Int,AbstractVector{Int}}` -- Specify which tasks to include snapshots from in the report. Note that this
203203
does not control which tasks samples are collected within.
204+
205+
!!! compat "Julia 1.8"
206+
The `groupby`, `threads`, and `tasks` keyword arguments were introduced in Julia 1.8.
207+
208+
!!! note
209+
Profiling on windows is limited to the main thread. Other threads have not been sampled and will not show in the report.
210+
204211
"""
205212
function print(io::IO,
206213
data::Vector{<:Unsigned} = fetch(),

0 commit comments

Comments
 (0)