Explorar o código

s/Quantum/Tick/

David %!s(int64=10) %!d(string=hai) anos
pai
achega
ba4224f0d3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/batchplotter.py

+ 1 - 1
scripts/batchplotter.py

@@ -47,7 +47,7 @@ def plot(process_data, title, filename):
     plot_data(3, m_cpuio, '#deadbe', 'M. CPU+IO')
     plot_data(4, idletime, '#c1c1c1', 'Idle')
 
-    ax.set_ylabel('Quantum')
+    ax.set_ylabel('Ticks')
     ax.set_title(title + " - %s" % task_output[0]["tasks"])
     ax.set_xticks([ i + 1.5 * bar_width for i in index])