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 eb82072 commit 9bafc53Copy full SHA for 9bafc53
stdlib/Profile/src/Profile.jl
@@ -233,6 +233,13 @@ The keyword arguments can be any combination of:
233
234
- `tasks::Union{Int,AbstractVector{Int}}` -- Specify which tasks to include snapshots from in the report. Note that this
235
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
243
"""
244
function print(io::IO,
245
data::Vector{<:Unsigned} = fetch(),
0 commit comments