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

Last change on this file since 885 was 749, checked in by meunier, 10 years ago
  • Updating tsar_generic_xbar topcell so that the -NCYCLES option be considered even when debug is deactivated
  • Updating the simulation scripts to reflect benchmarks evolutions
File size: 393 bytes
Line 
1
2set terminal svg size 1000 800 fixed
3set output "%(svg_name)s.svg"
4
5set ylabel "Speedup for %(appli)s" font "Times,12"
6set 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 logscale x 2
18set logscale y 2
19
20set key inside left top Left reverse
21
22plot %(plot_str)s
23
24
Note: See TracBrowser for help on using the repository browser.