Ignore:
Timestamp:
Feb 19, 2019, 8:01:44 PM (5 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
7e9fa47
Parents:
049d9a5
Message:

thesis: Add CFA results to experiments section

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/aaron_moss_PhD/phd/Makefile

    r049d9a5 r83a09648  
    4141per-prob-histo \
    4242per-prob-depth \
     43cfa-time \
    4344}
    4445
     
    7778        gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/per-prob-scatter.gp
    7879
     80cfa-time.tex : cfa-plots.gp cfa-time.tsv cfa-mem.tsv ${BUILD}
     81        gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/cfa-plots.gp
     82
    7983${BUILD}:
    8084        mkdir -p ${BUILD}
Note: See TracChangeset for help on using the changeset viewer.