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

Last change on this file since 706 was 706, checked in by meunier, 10 years ago
  • Replaced vci_dspin_local_crossbar with a vci_local_crossbar in tsar_generic_xbar
  • Added the scripts/ directory in tsar_generic_xbar
File size: 392 bytes
Line 
1
2set terminal svg size 500 400 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.