aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/graphstats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/graphstats.py b/scripts/graphstats.py
index b00477f9..f0e24c91 100755
--- a/scripts/graphstats.py
+++ b/scripts/graphstats.py
@@ -161,7 +161,7 @@ def plot_system(data):
# Build plot
fig, ax1 = matplotlib.pyplot.subplots()
- ax1.set_title("MCU bandwidth and load utilization")
+ ax1.set_title("System load utilization")
ax1.set_xlabel('Time')
ax1.set_ylabel('Load (% of a core)')
ax1.plot_date(times, sysloads, '-', label='system load',