Index: doc/theses/aaron_moss_PhD/phd/evaluation/algo-summary.dat
===================================================================
--- doc/theses/aaron_moss_PhD/phd/evaluation/algo-summary.dat	(revision 72b20c9f6d5734f1e728b589a8aa0bd458b30028)
+++ doc/theses/aaron_moss_PhD/phd/evaluation/algo-summary.dat	(revision 72b20c9f6d5734f1e728b589a8aa0bd458b30028)
@@ -0,0 +1,25 @@
+"algorithm"	"tests completed"	"avg. peak memory (MB)"	"avg. runtime (ms)"
+"\\textsc{bu-imm-bas}"	126	6	228
+"\\textsc{bu-imm-inc}"	124	15	281
+"\\textsc{bu-imm-per}"	128	6	109
+"\\textsc{co-imm-bas}"	104	13	1883
+"\\textsc{co-imm-inc}"	102	61	3039
+"\\textsc{co-imm-per}"	105	13	1420
+"\\textsc{td-imm-bas}"	64	125	2620
+"\\textsc{td-imm-inc}"	62	322	2717
+"\\textsc{bu-def-bas}"	129	6	143
+"\\textsc{bu-def-inc}"	126	7	213
+"\\textsc{bu-def-per}"	129	5	78
+"\\textsc{co-def-bas}"	102	14	1672
+"\\textsc{co-def-inc}"	100	50	2845
+"\\textsc{co-def-per}"	102	12	1317
+"\\textsc{td-def-bas}"	67	18	189
+"\\textsc{td-def-inc}"	66	40	263
+"\\textsc{bu-dca-bas}"	131	6	151
+"\\textsc{bu-dca-inc}"	130	7	208
+"\\textsc{bu-dca-per}"	131	5	80
+"\\textsc{co-dca-bas}"	103	14	1737
+"\\textsc{co-dca-inc}"	101	50	2824
+"\\textsc{co-dca-per}"	103	12	1339
+"\\textsc{td-dca-bas}"	67	18	191
+"\\textsc{td-dca-inc}"	66	40	258
Index: doc/theses/aaron_moss_PhD/phd/evaluation/algo-summary.gp
===================================================================
--- doc/theses/aaron_moss_PhD/phd/evaluation/algo-summary.gp	(revision 72b20c9f6d5734f1e728b589a8aa0bd458b30028)
+++ doc/theses/aaron_moss_PhD/phd/evaluation/algo-summary.gp	(revision 72b20c9f6d5734f1e728b589a8aa0bd458b30028)
@@ -0,0 +1,48 @@
+# set terminal pdfcairo size 6.25,2.125
+# set output "tests-completed.pdf"
+set terminal pslatex size 6.25,3.25 color solid
+set output BUILD."tests-completed.tex"
+
+set linetype 1 lc rgb 'black'
+set linetype 2 lc rgb 'red'
+set linetype 3 lc rgb 'blue'
+set linetype 4 lc rgb 'green'
+
+set style data histogram
+set style fill pattern 4 border lt -1
+unset key
+set xtics rotate #by 45 offset -7.5,-4.5
+
+# TESTS COMPLETED #
+set yrange [0:]
+
+plot 'evaluation/algo-summary.dat' using 2:xtic(1) with boxes
+
+# BU AVG. RUNTIME #
+set output BUILD."bu-runtime.tex"
+
+unset yrange
+set ylabel "ms"
+
+plot 'evaluation/bu-summary.dat' using 3:xtic(1) with boxes
+
+# AVG. RUNTIME #
+set output BUILD."avg-runtime.tex"
+
+plot 'evaluation/algo-summary.dat' using 4:xtic(1) with boxes
+
+# BU AVG. PEAK MEMORY #
+set output BUILD."bu-peak-mem.tex"
+
+set ylabel "MB"
+
+plot 'evaluation/bu-summary.dat' using 2:xtic(1) with boxes
+
+# AVG. PEAK MEMORY #
+set output BUILD."avg-peak-mem.tex"
+
+set yrange [0:80]
+
+set label "125" at 6.25,82
+set label "322" at 7.75,82
+plot 'evaluation/algo-summary.dat' using 3:xtic(1) with boxes
Index: doc/theses/aaron_moss_PhD/phd/evaluation/bu-summary.dat
===================================================================
--- doc/theses/aaron_moss_PhD/phd/evaluation/bu-summary.dat	(revision 72b20c9f6d5734f1e728b589a8aa0bd458b30028)
+++ doc/theses/aaron_moss_PhD/phd/evaluation/bu-summary.dat	(revision 72b20c9f6d5734f1e728b589a8aa0bd458b30028)
@@ -0,0 +1,10 @@
+"algorithm"	"avg. peak memory (MB)"	"avg. runtime (ms)"
+"\\textsc{bu-imm-bas}"	229	15906
+"\\textsc{bu-imm-inc}"	162	3759
+"\\textsc{bu-imm-per}"	61	2464
+"\\textsc{bu-def-bas}"	8	681
+"\\textsc{bu-def-inc}"	16	881
+"\\textsc{bu-def-per}"	8	381
+"\\textsc{bu-dca-bas}"	7	621
+"\\textsc{bu-dca-inc}"	16	852
+"\\textsc{bu-dca-per}"	7	378
Index: doc/theses/aaron_moss_PhD/phd/evaluation/generic-timing.dat
===================================================================
--- doc/theses/aaron_moss_PhD/phd/evaluation/generic-timing.dat	(revision 9e43aff177242a06d4dd44b02dca374c84a5b0cc)
+++ doc/theses/aaron_moss_PhD/phd/evaluation/generic-timing.dat	(revision 72b20c9f6d5734f1e728b589a8aa0bd458b30028)
@@ -8,3 +8,2 @@
 "clear\npair"	2840	773	748	3511
 "pop\npair"	3025	5414	813	23867
-
