From 156b45e57f3e5c91991a3fe7b026edf8c0a84aa4 Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Thu, 5 Jun 2008 08:12:11 -0400 Subject: add G-EDF experiments support --- plot_sched | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'plot_sched') diff --git a/plot_sched b/plot_sched index b955c85..5c657d0 100755 --- a/plot_sched +++ b/plot_sched @@ -102,6 +102,16 @@ case "$KIND" in ;; esac ;; + gedf) + YLABEL="schedulability" + YRANGE="set yrange [-0.1:1.1]" + PLOT="plot '$CSV1' using 1:2 title 'P-EDF' with linespoints, \ + '$CSV1' using 1:3 title 'G-EDF [GFB]' with linespoints, \ + '$CSV1' using 1:4 title 'G-EDF [BAK]' with linespoints, \ + '$CSV1' using 1:5 title 'G-EDF [BCL]' with linespoints, \ + '$CSV1' using 1:6 title 'G-EDF [SKB]' with linespoints \ + " + ;; *) YLABEL="" YRANGE="" @@ -114,7 +124,7 @@ XRANGE="set xrange [0.5:32.5]; set xtics 0, 2" BASE=`basename $CSV1 | sed -e s/.csv//g -e s/dist=//g ` -echo $BASE +#echo $BASE if [ "$OUT" == "" ]; then OUT="${BASE}.${EXT}" -- cgit v1.2.2