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