/[pub]/test/html-whatpm/time.plt
Suika

Diff of /test/html-whatpm/time.plt

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by wakaba, Mon May 28 14:04:57 2007 UTC revision 1.2 by wakaba, Thu Jun 21 14:46:31 2007 UTC
# Line 2  set terminal png color Line 2  set terminal png color
2  set output "time.png"  set output "time.png"
3    
4  set xlabel "data length [characters]"  set xlabel "data length [characters]"
 set logscale y  
5  set ylabel "time [s]"  set ylabel "time [s]"
6    
7  plot \  plot \
# Line 10  plot \ Line 9  plot \
9    ".parse.txt" title "html5->dom5", \    ".parse.txt" title "html5->dom5", \
10    ".serialize.txt" title "dom5 serialize", \    ".serialize.txt" title "dom5 serialize", \
11    ".check.txt" title "dom5 check"    ".check.txt" title "dom5 check"
12    
13    set output "time-log.png"
14    set logscale x
15    set logscale y
16    replot
17    
18    ## License: Public Domain.
19    ## $Date$

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24