aboutsummaryrefslogtreecommitdiffstats
path: root/plot_pm2.py
diff options
context:
space:
mode:
Diffstat (limited to 'plot_pm2.py')
-rwxr-xr-xplot_pm2.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/plot_pm2.py b/plot_pm2.py
index d53a6da..fd3270e 100755
--- a/plot_pm2.py
+++ b/plot_pm2.py
@@ -108,6 +108,9 @@ class CyclePlotter(defapp.App):
108 108
109 def plot_preempt_migrate(self, datafile, name, conf): 109 def plot_preempt_migrate(self, datafile, name, conf):
110 plots = self.setup_pmo_graphs(datafile, conf) 110 plots = self.setup_pmo_graphs(datafile, conf)
111 if plots is None:
112 print "Skipping %s..." % datafile
113 return
111 for (tmp, xcol, ycol, yminus, tag) in plots: 114 for (tmp, xcol, ycol, yminus, tag) in plots:
112 xtag = PMO_COL_LABEL[xcol][1] 115 xtag = PMO_COL_LABEL[xcol][1]
113 ytag = PMO_COL_LABEL[ycol][1] 116 ytag = PMO_COL_LABEL[ycol][1]