Ignore:
Timestamp:
Apr 16, 2017, 8:56:25 AM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
1dc6df0
Parents:
c57d1935
Message:

change y-axis of graph to seconds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/generic_types/evaluation/timing.gp

    rc57d1935 r4635c79  
    2020set linetype 4 lc rgb 'green'
    2121
    22 set ylabel "milliseconds"
    23 set yrange [0:*] ;
     22SCALE=1000
     23set ylabel "seconds"
    2424
    2525# set datafile separator ","
    26 plot for [COL=2:5] 'evaluation/timing.dat' using COL:xticlabels(1) title columnheader
     26plot for [COL=2:5] 'evaluation/timing.dat' using (column(COL)/SCALE):xticlabels(1) title columnheader
Note: See TracChangeset for help on using the changeset viewer.