Skip to content

Commit

Permalink
Update base/sysinfo.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Steven G. Johnson <[email protected]>
  • Loading branch information
11happy and stevengj authored Jan 16, 2024
1 parent 143169d commit 3309d86
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions base/sysinfo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,6 @@ describing a set of CPUs (which defaults to the return value of the [`Sys.cpu_in
The summary includes aggregated information for each distinct CPU model,
providing details such as average CPU speed and total time spent in different modes (user, nice, sys, idle, irq) across all cores with the same model.
!!! compat "Julia 1.11"
As of Julia 1.11, the `Sys.cpu_summary(io, cpu)` output is replicated by `show(io, "text/plain", cpu)` (which is called by e.g.
`display` for REPL output), so it need not be called directly.
Note: Included in the detailed system information via `versioninfo(verbose=true)`.
"""
function cpu_summary(io::IO=stdout, cpu::AbstractVector{CPUinfo} = cpu_info())
Expand Down

0 comments on commit 3309d86

Please sign in to comment.