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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Thu Jun 21 14:46:31 2007 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +8 -1 lines
Todays version

1 wakaba 1.1 set terminal png color
2     set output "time.png"
3    
4     set xlabel "data length [characters]"
5     set ylabel "time [s]"
6    
7     plot \
8     ".decode.txt" title "bytes->char", \
9     ".parse.txt" title "html5->dom5", \
10     ".serialize.txt" title "dom5 serialize", \
11     ".check.txt" title "dom5 check"
12 wakaba 1.2
13     set output "time-log.png"
14     set logscale x
15     set logscale y
16     replot
17    
18     ## License: Public Domain.
19     ## $Date:$

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24