source: doc/theses/aaron_moss_PhD/phd/evaluation/metric-plots.gp @ d42969d

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since d42969d was 96bf5781, checked in by Aaron Moss <a3moss@…>, 5 years ago

thesis: start evaluating instance difficulty

  • Property mode set to 100644
File size: 496 bytes
Line 
1set terminal pdfcairo size 6,6
2
3set datafile separator "\t"
4set key autotitle columnheader
5
6# MEMORY BY MAX EXPR. DEPTH #
7set output "mem-by-max-depth.pdf"
8
9set logscale x
10set logscale y
11set xlabel "Maximum expression depth"
12set ylabel "MB"
13
14plot for [COL=7:30] 'evaluation/mem-by-max-depth.tsv' using 6:COL with linespoints
15
16# TIME BY MAX EXPR. DEPTH #
17set output "time-by-max-depth.pdf"
18
19set ylabel "seconds"
20
21plot 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.