Ignore:
Timestamp:
Mar 11, 2019, 10:38:01 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:
834f634
Parents:
4ba22b8
Message:

thesis: color-code experiment graph by traversal direction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/aaron_moss_PhD/phd/evaluation/algo-summary.gp

    r4ba22b8 r811466d  
    1515
    1616# TESTS COMPLETED #
    17 set yrange [0:]
     17set yrange [0:131]
    1818
    19 plot 'evaluation/algo-summary.dat' using 2:xtic(1) with boxes
     19plot 'evaluation/algo-summary.dat' using ($5 == 1 ? $2 : 1/0):xtic(1) with boxes, \
     20        '' using ($5 == 2 ? $2 : 1/0):xtic(1) with boxes, \
     21        '' using ($5 == 3 ? $2 : 1/0):xtic(1) with boxes
    2022
    2123# BU AVG. RUNTIME #
     
    3032set output BUILD."avg-runtime.tex"
    3133
    32 plot 'evaluation/algo-summary.dat' using 4:xtic(1) with boxes
     34plot 'evaluation/algo-summary.dat' using ($5 == 1 ? $4 : 1/0):xtic(1) with boxes, \
     35        '' using ($5 == 2 ? $4 : 1/0):xtic(1) with boxes, \
     36        '' using ($5 == 3 ? $4 : 1/0):xtic(1) with boxes
    3337
    3438# BU AVG. PEAK MEMORY #
     
    4448set yrange [0:80]
    4549
    46 set label "125" at 6.25,82
    47 set label "322" at 7.75,82
    48 plot 'evaluation/algo-summary.dat' using 3:xtic(1) with boxes
     50set label "125" at 20.25,82
     51set label "322" at 21.75,82
     52plot 'evaluation/algo-summary.dat' using ($5 == 1 ? $3 : 1/0):xtic(1) with boxes, \
     53        '' using ($5 == 2 ? $3 : 1/0):xtic(1) with boxes, \
     54        '' using ($5 == 3 ? $3 : 1/0):xtic(1) with boxes
Note: See TracChangeset for help on using the changeset viewer.