Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CPUnetLOG
CPUnetLOG
Commits
020c5f3a
Commit
020c5f3a
authored
Nov 10, 2015
by
Mario Hock
Browse files
..
parent
a7b135a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
curses_display.py
View file @
020c5f3a
...
...
@@ -88,6 +88,7 @@ def _calculate_net_ratio( cur_speed, max_speed ):
ratio
=
min
(
ratio
,
1.0
)
ratio
=
max
(
ratio
,
0.0
)
return
ratio
def
_display_cpu_bar
(
y
,
x
,
cpu
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment