/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 parse/tango-pull.d

  • Committer: Suren A. Chilingaryan
  • Date: 2009-09-29 02:14:05 UTC
  • Revision ID: csa@dside.dyndns.org-20090929021405-378i2zuuiudt77m1
DOM Creation benchmark for mono and tango

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
}
14
14
 
15
15
 
16
 
extern(C) void parseXML(TestData *td, ulong iter) {
 
16
extern(C) void parseXML(TestData *td, uint iter) {
17
17
    XmlTokenType type;
18
18
    auto parser = new PullParser!(char) (td.xml[0..td.xmllen]);
19
19
    do {