stuck-waitfor-destruct
|
Last change
on this file since 75f888e7 was bb5b866, checked in by Michael Brooks <mlbrooks@…>, 7 months ago |
|
LL perf: adjust configurations
Simplify doing a manual one-off run. Disable harness's iterators on "zoomout" plots. Remove cfa-strip and add lq-list for "zoomout" plots. Add more exploratory analyses.
|
-
Property mode
set to
100644
|
|
File size:
808 bytes
|
| Line | |
|---|
| 1 | set terminal pdf color enhanced size 6.0in,3.0in font "Times,17"
|
|---|
| 2 |
|
|---|
| 3 | INDIR="build"
|
|---|
| 4 | OUTDIR="build"
|
|---|
| 5 |
|
|---|
| 6 | set macros
|
|---|
| 7 | set output OUTDIR."/plot-list-zoomout-noshuf.pdf"
|
|---|
| 8 |
|
|---|
| 9 | set grid
|
|---|
| 10 | set key top left
|
|---|
| 11 | set logscale x
|
|---|
| 12 | set logscale y
|
|---|
| 13 | set yrange [1:1000];
|
|---|
| 14 | set xlabel "List length (item count)" offset 2,0
|
|---|
| 15 | set ylabel "Duration (ns)"
|
|---|
| 16 | set linetype 3 dashtype 2
|
|---|
| 17 | set linetype 4 dashtype 2
|
|---|
| 18 |
|
|---|
| 19 | plot INDIR."/plot-list-zoomout-noshuf.dat" \
|
|---|
| 20 | i 1 using 1:2 title "STL" with points lt rgb "forest-green" pt 3 ps 1 lw 1, \
|
|---|
| 21 | '' i 0 using 1:2 title "intrusives" with points lt rgb "black" pt 1 ps 1 lw 1, \
|
|---|
| 22 | '' i 2 using 1:2 notitle with points lt rgb "black" pt 1 ps 1 lw 1, \
|
|---|
| 23 | '' i 3 using 1:2 notitle with points lt rgb "black" pt 1 ps 1 lw 1, \
|
|---|
| 24 | '' i 4 using 1:2 notitle with points lt rgb "black" pt 1 ps 1 lw 1
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.