Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HR05 committed Nov 14, 2024
1 parent 744c495 commit 3888394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitbots_misc/system_monitor/system_monitor/cpus.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _get_cpu_stats():

def _calculate_usage(cpu_num, total, busy):
"""
calculate usage percentage based on busy/total time(load, vram_used, vram_total, temperature)
calculate usage percentage based on busy/total time
"""
diff_total = total - _prev_total[cpu_num]
diff_busy = busy - _prev_busy[cpu_num]
Expand Down

0 comments on commit 3888394

Please sign in to comment.