source: trunk/platforms/tsar_generic_xbar/scripts/templates/speedup_template.gp @ 1048

Last change on this file since 1048 was 1048, checked in by meunier, 7 years ago
  • Update of tsar_xbar_cluster (scripts and openmp support)
File size: 447 bytes
Line 
1
2set terminal svg size 500 400 fixed
3set output "%(svg_name)s.svg"
4
5#set ylabel "Speedup for %(appli)s" font "Times,12"
6#set xlabel "Number of Cores" font "Times,12"
7
8set xrange [1:%(nb_procs)d]
9set yrange [1:130]
10
11set grid noxtics
12set grid nomxtics
13set grid nomx2tics
14set grid ytics
15set grid mytics
16
17set ytics font "Times,16"
18set xtics font "Times,16"
19
20set logscale x 2
21set logscale y 2
22
23set key inside left top Left reverse
24
25plot %(plot_str)s
26
27
Note: See TracBrowser for help on using the repository browser.