pauldick 01/09/14 14:05:30
Modified: c/Tests/PerfT perft.cpp
Log:
Numerous changes to track new methods
Revision Changes Path
1.7 +2 -2 xml-xalan/c/Tests/PerfT/perft.cpp
Index: perft.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/Tests/PerfT/perft.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- perft.cpp 2001/06/21 15:36:21 1.6
+++ perft.cpp 2001/09/14 21:05:30 1.7
@@ -313,7 +313,7 @@
runAttrs.insert(Hashtable::value_type(XalanDOMString("UniqRunid"), UniqRunid));
runAttrs.insert(Hashtable::value_type(XalanDOMString("Xerces-Version "),
futil.getXercesVersion()));
logFile.addMetricToAttrs("Iterations",iterCount, runAttrs);
- logFile.logElement(10, "perfdata", runAttrs, "xxx");
+ logFile.logElementWAttrs(10, "perfdata", runAttrs, "xxx");
// Get the list of sub-directories below "base" and iterate
through them
@@ -499,7 +499,7 @@
cout << " Avg: " << theAverage << " for " <<
iterCount << " iter's of eToe" << endl;
logFile.addMetricToAttrs("avgetoe",theAverage,
attrs);
- logFile.logElement(10, "perf", attrs, "xxx");
+ logFile.logElementWAttrs(10, "perf", attrs,
"xxx");
xalan.destroyParsedSource(parsedSource);
xalan.destroyStylesheet(compiledSS);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]