summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-02-16 08:32:58 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-02-16 08:32:58 +0000
commitacca5c1f50ffd9ba68510a0381d0dbf3eaf8b3d4 (patch)
treea9d55bb7935996ab748dafabd4164f2b05be35e0
parent64bbe5af66c8d926dd860c9f4ab6f6cf47aa6863 (diff)
downloadATCD-acca5c1f50ffd9ba68510a0381d0dbf3eaf8b3d4.tar.gz
ChangeLogTag: Wed Feb 15 16:07:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rwxr-xr-xbin/performance_stats.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/performance_stats.sh b/bin/performance_stats.sh
index fa31b9d735d..85143de5d71 100755
--- a/bin/performance_stats.sh
+++ b/bin/performance_stats.sh
@@ -133,7 +133,8 @@ gnuplot <<_EOF_ >/dev/null 2>&1
set yrange [0:]
set terminal png small size 800,600 color
set output "/dev/null"
- plot 'DII.txt' using 1:2 title 'DII' w l
+ plot 'AMI.txt' using 1:2 title 'AMI' w l
+ replot 'DII.txt' using 1:2 title 'DII' w l
replot 'DSI.txt' using 1:2 title 'DSI' w l
replot 'Deferred.txt' using 1:2 title 'Deferred' w l
replot 'Single_Threaded.txt' using 1:2 title 'Single_Threaded' w l
@@ -155,7 +156,8 @@ gnuplot <<_EOF_ >/dev/null 2>&1
set yrange [0:35000]
set terminal png small size 800,600 color
set output "/dev/null"
- plot 'DII.txt' using 1:2 title 'DII' w l
+ plot 'AMI.txt' using 1:2 title 'AMI' w l
+ replot 'DII.txt' using 1:2 title 'DII' w l
replot 'DSI.txt' using 1:2 title 'DSI' w l
replot 'Deferred.txt' using 1:2 title 'Deferred' w l
replot 'Single_Threaded.txt' using 1:2 title 'Single_Threaded' w l