source: trunk/platforms/tsar_generic_xbar/scripts/templates/coherence_template.gp @ 1012

Last change on this file since 1012 was 1012, checked in by meunier, 9 years ago
  • Update of simulation scripts for tsar_generic_xbar
File size: 456 bytes
Line 
1
2set terminal svg size 500 400 fixed
3set output "%(svg_name)s.svg"
4
5set ylabel "Coherence Cost for Application %(app_name)s\nNormalized w.r.t. the Number of Cycles (x 1000)" font "Times,12"
6set xlabel "Number of Cores" font "Times,12"
7
8set grid noxtics
9set grid nomxtics
10set grid nomx2tics
11set grid ytics
12set grid mytics
13
14#set logscale x 2
15#set logscale y 2
16set xrange [8:256]
17set yrange [0:300]
18
19set key inside left top Left reverse
20
21
22plot %(plot_str)s
23
24
Note: See TracBrowser for help on using the repository browser.