Skip to content

Commit 3c266e1

Browse files
Fix
1 parent 1541ebc commit 3c266e1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/TerminalSystemMonitor.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ function extract_number_and_unit(str::AbstractString)
8080
end
8181
end
8282

83-
function plot_cpu_utilization_rates(::Type{CPUDevice})
84-
ys = get_cpu_percent()
85-
npad = 1 + floor(Int, log10(length(ys)))
86-
xs = ["id: $(lpad(i-1, npad))" for (i, _) in enumerate(ys)]
8783
_relu(x) = max(x, zero(x))
8884

8985
function plot_cpu_utilization_rates(::Type{CPUDevice}, statfn=identity)

0 commit comments

Comments
 (0)