Skip to content

Commit

Permalink
add notes to Profile docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Feb 6, 2024
1 parent cfcf8a0 commit a9cbb7c
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.7"
The `groupby` keyword argument is new in Julia 1.7.
!!! 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 a9cbb7c

Please sign in to comment.