From a9cbb7c7d23d5d4c7aecba942fc44f3beb42062e Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Tue, 6 Feb 2024 09:19:29 -0500 Subject: [PATCH] add notes to Profile docs --- stdlib/Profile/src/Profile.jl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stdlib/Profile/src/Profile.jl b/stdlib/Profile/src/Profile.jl index 6be5ad4b75894c..782de0fd868702 100644 --- a/stdlib/Profile/src/Profile.jl +++ b/stdlib/Profile/src/Profile.jl @@ -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(),