Ignore:
Timestamp:
Feb 15, 2019, 6:55:02 PM (6 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:
060b12d
Parents:
7c6eb64
Message:

thesis: Add per-problem histogram

File:
1 edited

Legend:

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

    r7c6eb64 r4c41b17  
    3939generic-timing \
    4040tests-completed \
     41per-prob-histo \
    4142}
    4243
     
    6970        gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/algo-summary.gp
    7071
     72per-prob-histo.tex : per-prob.gp per-prob.tsv ${BUILD}
     73        gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/per-prob.gp
     74
    7175${BUILD}:
    7276        mkdir -p ${BUILD}
Note: See TracChangeset for help on using the changeset viewer.