view results_from_runs/VMS/Vthread/exe_vs_task_size/VMS__1x4_machine/pthread/2012-01-16/plot.gnuplot @ 10:4f2043c26553

exec_time_vs_task_size: data, results and graphs for vms and cray1
author Merten Sach <msach@mailbox.tu-berlin.de>
date Fri, 20 Jan 2012 14:11:56 +0100
parents
children 612dd8ec057a
line source
2 set terminal postscript enhanced color
3 set output "8_32_128thds__o30000__perfCtrs.result.eps"
4 set title "pthreads on 1 socket by 4 core Sandy Bridge 3.3GHz"
5 set xlabel "Cycles in one Task"
6 set ylabel "Ratio of Total Execution to Total Work"
7 set multiplot
8 set origin 0,0
9 set size 1,1
10 set yrange [1:8]
11 set xrange [0:8000]
12 line(x)=2
13 set key box
14 plot line(x) notitle with line lc 0 lw 1 lt 2, '8_thds__o30000__perfCtrs.result' using 4:8 title '8 Threads' with line lw 2,'32_thds__o30000__perfCtrs.result' using 4:8 title '32 Threads' with line lw 2,'128_thds__o30000__perfCtrs.result' using 4:8 title '128 Threads' with line lw 2
15 set notitle
16 #set xlabel ""
17 #set origin 0.40,0.40
18 #set size 0.5,0.5
19 #set xrange [0 : 2000]
20 #set yrange [1 : 8]
21 #set key box
22 #replot
23 set nomultiplot
24 exit