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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Sun Jul 20 14:59:03 2008 UTC (15 years, 10 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
*** empty log message ***

1 wakaba 1.1 set terminal png color
2     set output "time-cc.png"
3    
4     set xlabel "data length [octets]"
5     set ylabel "time [s]"
6    
7     plot \
8     ".cc-decode.txt" title "bytes->chars", \
9     ".cc-parse.txt" title "html5(chars)->dom5", \
10     ".cc-parse_html.txt" title "html5(bytes)->dom5", \
11     ".cc-parse_xml.txt" title "xml1(bytes)->dom5", \
12     ".cc-parse_manifest.txt" title "manifest(bytes)->obj", \
13     ".cc-check.txt" title "dom5 check", \
14     x/1000 title 'y = x / 1000', \
15     (x**0.5)/1000 title 'y = sqrt (x) / 1000'
16    
17     set output "time-cc-log.png"
18     set logscale x
19     set logscale y
20     replot
21    
22     ## License: Public Domain.
23     ## $Date: 2007/07/15 06:14:30 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24