Changeset 4635c79 for doc/generic_types/evaluation/timing.gp
- Timestamp:
- Apr 16, 2017, 8:56:25 AM (8 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/generic_types/evaluation/timing.gp
rc57d1935 r4635c79 20 20 set linetype 4 lc rgb 'green' 21 21 22 set ylabel "milliseconds" 23 set y range [0:*] ;22 SCALE=1000 23 set ylabel "seconds" 24 24 25 25 # set datafile separator "," 26 plot for [COL=2:5] 'evaluation/timing.dat' using COL:xticlabels(1) title columnheader26 plot 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.