add gnuplot file
authoradash <adash>
Thu, 6 Aug 2009 01:45:50 +0000 (01:45 +0000)
committeradash <adash>
Thu, 6 Aug 2009 01:45:50 +0000 (01:45 +0000)
Robust/src/Benchmarks/SingleTM/MicroBenchmarks/data.plt [new file with mode: 0644]

diff --git a/Robust/src/Benchmarks/SingleTM/MicroBenchmarks/data.plt b/Robust/src/Benchmarks/SingleTM/MicroBenchmarks/data.plt
new file mode 100644 (file)
index 0000000..cb1d140
--- /dev/null
@@ -0,0 +1,28 @@
+set terminal postscript enhanced eps color
+
+set style data linespoints
+set style fill solid border -1
+set ylabel 'Time in secs'
+set grid ytics
+set xrange [0:10]
+
+
+##### Plot Execution time for 4 threads ########
+set xtics ("5" 0, "100" 1, "360" 2, "560" 3, "760" 4, "7600" 5 , "66000" 6, "76000" 7, "660000" 8, "760000" 9)
+#set title "Execution times for Microbenchmark"
+#set output "ExecTime.eps"
+#set ylabel 'Time in secs'
+#set xlabel 'Desired abort rate for benchmark in %'
+#plot 0.82 title 'No-lock base time', \
+#    "data1.file" using 2 title 'exec time'
+
+##### Plot Target abort rate vs observed rate for 4 threads ########
+set title "Abort Rates for Microbenchmark"
+set output "AbortRate.eps"
+set ylabel 'Observed Abort rate in %(numabort+numsoftabort)/numcommit'
+set xlabel 'Desired abort rate for benchmark in %'
+plot 13.172 title 'Base abort rate', \
+    "data1.file" using 3 title 'abort rate'
+       
+
+#pause -1