Ver código fonte

s/Quantum/Tick/

David 10 anos atrás
pai
commit
ba4224f0d3
1 arquivos alterados com 1 adições e 1 exclusões
  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])