/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 create/qt-dom.cpp

  • 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:
120
120
        node1.appendChild(doc.createTextNode(str));
121
121
    }
122
122
 
123
 
    mem=doc.toString();
124
 
    
125
 
//    if (iter==td->iterations) cout<<prefix<<mem;
 
123
    if (!td->memory_bench) {
 
124
        mem=doc.toString();
 
125
//      if (iter==td->iterations) cout<<prefix<<mem;
 
126
    }
126
127
 
127
128
}
128
129