From 39dafb73c941012d89021ca9e92a99b6fb5ec340 Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Wed, 13 May 2009 23:53:50 -0400 Subject: tweak output of RTSS09 schedulability graphs --- plot.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'plot.py') diff --git a/plot.py b/plot.py index fb9ec42..88035f9 100755 --- a/plot.py +++ b/plot.py @@ -56,7 +56,7 @@ def scenario_heading(conf, want_period=False): dist = 'unknown distribution' if 'dist' in conf: if conf['dist'] == 'uni': - dist = 'util. uniformly ' + dist = 'utilization uniformly ' if 'light' in conf: dist = dist + 'in [0.001, 0.1]' elif 'medium' in conf: @@ -97,7 +97,7 @@ class SchedPlotter(defapp.App): fname=name, **xtra) def plot_paper(self, graphs, title, name, conf, **xtra): - tops = 'color solid font "Helvetica,12" linewidth 1.0 rounded size 16cm,8.5cm' + tops = 'color solid font "Helvetica,10" linewidth 1.0 rounded size 16cm,8.5cm' gnuplot(graphs, title=title, xlabel=self.options.xlabel, ylabel=self.options.ylabel + @@ -177,18 +177,18 @@ class SchedPlotter(defapp.App): def plot_rtss09(self, tmpfile, name, conf): title = scenario_heading(conf, want_period=True) graphs = [ - (tmpfile, 1, 2, 'ideal (no overheads)'), - (tmpfile, 1, 3, 'baseline'), - (tmpfile, 1, 4, 'baseline/rp'), - (tmpfile, 1, 5, 'fine-grained heap'), - (tmpfile, 1, 6, 'fine-grained heap/rp'), - (tmpfile, 1, 7, 'two-level queue'), - (tmpfile, 1, 8, 'quantum-driven'), - (tmpfile, 1, 9, 'quantum-driven/rp'), + (tmpfile, 1, 2, 'ideal'), + (tmpfile, 1, 3, 'SEm'), + (tmpfile, 1, 4, 'SE1'), + (tmpfile, 1, 5, 'FEm'), + (tmpfile, 1, 6, 'FE1'), + (tmpfile, 1, 7, 'HEm'), + (tmpfile, 1, 8, 'SQm'), + (tmpfile, 1, 9, 'SQ1'), ] staggered = [ - (tmpfile, 1, 10, 'staggered quantum-driven'), - (tmpfile, 1, 11, 'staggered quantum-driven/rp'), + (tmpfile, 1, 10, 'S-SQm'), + (tmpfile, 1, 11, 'S-SQ1'), ] if 'hard' in conf: graphs += staggered -- cgit v1.2.2