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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Mon May 28 14:04:57 2007 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
++ ChangeLog	28 May 2007 14:04:52 -0000
2007-05-28  Wakaba  <wakaba@suika.fam.cx>

	* parser.cgi: Log elapsed time to external files.

	* time.plt: New file.

1 wakaba 1.1 set terminal png color
2     set output "time.png"
3    
4     set xlabel "data length [characters]"
5     set logscale y
6     set ylabel "time [s]"
7    
8     plot \
9     ".decode.txt" title "bytes->char", \
10     ".parse.txt" title "html5->dom5", \
11     ".serialize.txt" title "dom5 serialize", \
12     ".check.txt" title "dom5 check"

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24