We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
print()
1 parent 7790d6f commit 9b6c58dCopy full SHA for 9b6c58d
stdlib/Profile/src/Profile.jl
@@ -201,6 +201,13 @@ The keyword arguments can be any combination of:
201
202
- `tasks::Union{Int,AbstractVector{Int}}` -- Specify which tasks to include snapshots from in the report. Note that this
203
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
211
"""
212
function print(io::IO,
213
data::Vector{<:Unsigned} = fetch(),
0 commit comments