From 1c643e2c045cd3c2d2c73ce1111171e7f01ebcc6 Mon Sep 17 00:00:00 2001 From: "Bjoern B. Brandenburg" Date: Wed, 18 Feb 2009 11:13:25 -0500 Subject: plotting style used in submission of ECRTS'09 --- plot_ecrts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'plot_ecrts') diff --git a/plot_ecrts b/plot_ecrts index f2af270..fd76b22 100755 --- a/plot_ecrts +++ b/plot_ecrts @@ -74,28 +74,28 @@ function plot_file { YRANGE=" --yrange -0.05 1.05 --yticks 0 0.1" case $AXIS in ucap) - if [ "$SCHED" == "P-EDF" ] + XRANGE="--xrange 0.5 32.5 --xticks 0 2" + XRANGE="--xrange 0.5 22.5 --xticks 0 2" + if [ "$SCHED" == "G-EDF" ] && [ "$TEST" == "hard" ] then - XRANGE="--xrange 0.5 32.5 --xticks 0 2" - else XRANGE="--xrange 0.5 14.5 --xticks 0 1" fi AXIS_LABEL="task set utilization (prior to inflation)" ;; res) - XRANGE="--xrange 0 5.5 --xticks 0 1" + XRANGE="--xrange 0 5.05 --xticks 0 1" AXIS_LABEL="average number of resources per task" ;; nest) - XRANGE="--xrange 0 0.55 --xticks 0 0.1" + XRANGE="--xrange 0 0.505 --xticks 0 0.1" AXIS_LABEL="probability of nested requests" ;; contention) - XRANGE="--xrange 25 575 --xticks 0 50" + XRANGE="--xrange 45 555 --xticks 0 50" AXIS_LABEL="requests per resource per second" ;; wratio) - XRANGE="--xrange 0 0.55 --xticks 0 0.1" + XRANGE="--xrange 0 0.505 --xticks 0 0.1" AXIS_LABEL="ratio of write requests" ;; *) @@ -106,7 +106,7 @@ function plot_file { TITLE="$TEST schedulability under $SCHED with$PARAMS" RANGE="$XRANGE $YRANGE" $PLOTTER $RANGE "$NAME" "$AXIS_LABEL" "ratio of schedulable task sets" "$TITLE" \ - $STRIPPED 1 2 "fair mutex" \ + $STRIPPED 1 2 "task-fair mutex" \ $STRIPPED 1 3 "task-fair RW" \ $STRIPPED 1 4 "phase-fair RW" rm $STRIPPED -- cgit v1.2.2