ADT
ast-experimental
|
Last change
on this file since b3d794fc was 96bf5781, checked in by Aaron Moss <a3moss@…>, 7 years ago |
|
thesis: start evaluating instance difficulty
|
-
Property mode
set to
100644
|
|
File size:
496 bytes
|
| Line | |
|---|
| 1 | set terminal pdfcairo size 6,6
|
|---|
| 2 |
|
|---|
| 3 | set datafile separator "\t"
|
|---|
| 4 | set key autotitle columnheader
|
|---|
| 5 |
|
|---|
| 6 | # MEMORY BY MAX EXPR. DEPTH #
|
|---|
| 7 | set output "mem-by-max-depth.pdf"
|
|---|
| 8 |
|
|---|
| 9 | set logscale x
|
|---|
| 10 | set logscale y
|
|---|
| 11 | set xlabel "Maximum expression depth"
|
|---|
| 12 | set ylabel "MB"
|
|---|
| 13 |
|
|---|
| 14 | plot for [COL=7:30] 'evaluation/mem-by-max-depth.tsv' using 6:COL with linespoints
|
|---|
| 15 |
|
|---|
| 16 | # TIME BY MAX EXPR. DEPTH #
|
|---|
| 17 | set output "time-by-max-depth.pdf"
|
|---|
| 18 |
|
|---|
| 19 | set ylabel "seconds"
|
|---|
| 20 |
|
|---|
| 21 | plot for [COL=7:30] 'evaluation/time-by-max-depth.tsv' using 6:COL with linespoints
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.