/xmlbench/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/xmlbench/trunk

« back to all changes in this revision

Viewing changes to xsl/bench.java

  • Committer: Suren A. Chilingaryan
  • Date: 2009-09-23 17:13:04 UTC
  • Revision ID: csa@dside.dyndns.org-20090923171304-osvtr4zqb29h11kd
Intel, Tango, Phobos, and RapidXML parsers; Memory benchmark scripts

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
            b=Double.valueOf(s.format(pre)).doubleValue();
61
61
            init_result=(post.getTime()-pre.getTime());
62
62
            
 
63
            
 
64
            
63
65
            pre=new Date();
64
66
            if (mode==0)
65
67
                file = new FileInputStream(argv[1]);
70
72
            file.close();
71
73
            a=Double.valueOf(s.format(post)).doubleValue();
72
74
            b=Double.valueOf(s.format(pre)).doubleValue();
 
75
 
73
76
            init_result2=(post.getTime()-pre.getTime());
74
77
            
75
78
            for (int i=1;i<=iterations;i++) {