Skip to content

Commit 9bafc53

Browse files
Profile: add notes to print() docs (#53205)
1 parent eb82072 commit 9bafc53

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
@@ -233,6 +233,13 @@ The keyword arguments can be any combination of:
233233
234234
- `tasks::Union{Int,AbstractVector{Int}}` -- Specify which tasks to include snapshots from in the report. Note that this
235235
does not control which tasks samples are collected within.
236+
237+
!!! compat "Julia 1.8"
238+
The `groupby`, `threads`, and `tasks` keyword arguments were introduced in Julia 1.8.
239+
240+
!!! note
241+
Profiling on windows is limited to the main thread. Other threads have not been sampled and will not show in the report.
242+
236243
"""
237244
function print(io::IO,
238245
data::Vector{<:Unsigned} = fetch(),

0 commit comments

Comments
 (0)