ADT
        arm-eh
        ast-experimental
        enum
        forall-pointer-decay
        jacob/cs343-translation
        jenkins-sandbox
        new-ast
        new-ast-unique-expr
        pthread-emulation
        qualifiedEnum
      
      
        
          | 
            Last change
 on this file since 7564e10 was             5ff188f, checked in by Peter A. Buhr <pabuhr@…>, 8 years ago           | 
        
        
          | 
             
further changes to document Makefiles 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            662 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [3895b8b5] | 1 | # set terminal pdfcairo linewidth 3 size 6,3
 | 
|---|
| [a381b46] | 2 | # set output "timing.pdf"
 | 
|---|
| [036895e] | 3 | set terminal pslatex size 6.25,2.125 color solid
 | 
|---|
| [5ff188f] | 4 | set output Build."timing.tex"
 | 
|---|
| [3895b8b5] | 5 | 
 | 
|---|
 | 6 | set pointsize 2.0
 | 
|---|
 | 7 | set grid linetype 0
 | 
|---|
 | 8 | set style data histogram
 | 
|---|
 | 9 | set style histogram cluster gap 2
 | 
|---|
 | 10 | set style fill solid border -1
 | 
|---|
 | 11 | set offset -0.5,-0.35
 | 
|---|
 | 12 | set boxwidth 0.8
 | 
|---|
 | 13 | 
 | 
|---|
 | 14 | set key top left reverse Left
 | 
|---|
 | 15 | 
 | 
|---|
 | 16 | set style fill solid noborder
 | 
|---|
 | 17 | set linetype 1 lc rgb 'black'
 | 
|---|
 | 18 | set linetype 2 lc rgb 'red'
 | 
|---|
 | 19 | set linetype 3 lc rgb 'blue'
 | 
|---|
 | 20 | set linetype 4 lc rgb 'green'
 | 
|---|
 | 21 | 
 | 
|---|
| [4635c79] | 22 | SCALE=1000
 | 
|---|
 | 23 | set ylabel "seconds"
 | 
|---|
| [952d201] | 24 | 
 | 
|---|
| [a381b46] | 25 | # set datafile separator ","
 | 
|---|
| [4635c79] | 26 | plot for [COL=2:5] 'evaluation/timing.dat' using (column(COL)/SCALE):xticlabels(1) title columnheader
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.