Ignore:
Timestamp:
Feb 13, 2019, 3:16:08 PM (4 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
aaron-thesis, arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
96bf5781
Parents:
9e43aff
Message:

thesis: Add charts and discussion of summary results for different algorithms

File:
1 edited

Legend:

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

    r9e43aff r72b20c9  
    3838GRAPHS = ${addsuffix .tex, \
    3939generic-timing \
     40tests-completed \
    4041}
    4142
     
    6263        ${LATEX} ${BASE}
    6364
    64 ${GRAPHS} : generic-timing.gp generic-timing.dat ${BUILD}
     65generic-timing.tex : generic-timing.gp generic-timing.dat ${BUILD}
    6566        gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/generic-timing.gp
     67       
     68tests-completed.tex : algo-summary.gp algo-summary.dat bu-summary.dat ${BUILD}
     69        gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/algo-summary.gp
    6670
    6771${BUILD}:
Note: See TracChangeset for help on using the changeset viewer.