pauldick    01/09/14 14:05:19

  Modified:    c/Tests/Performance perf.cpp
  Log:
  Numerous changes to track new methods
  
  Revision  Changes    Path
  1.24      +2 -2      xml-xalan/c/Tests/Performance/perf.cpp
  
  Index: perf.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Performance/perf.cpp,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- perf.cpp  2001/05/23 20:42:29     1.23
  +++ perf.cpp  2001/09/14 21:05:19     1.24
  @@ -413,7 +413,7 @@
                // reports in the hashtable entries.
                runAttrs.insert(Hashtable::value_type(XalanDOMString("UniqRunid"), 
UniqRunid));
                logFile.addMetricToAttrs("Iterations",iterCount, runAttrs);
  -             logFile.logElement(10, "perfdata", runAttrs, "xxx");
  +             logFile.logElementWAttrs(10, "perfdata", runAttrs, "xxx");
   
                try
                {
  @@ -654,7 +654,7 @@
                                                
logFile.addMetricToAttrs("avgetoe",theAverage, attrs);
   
   
  -                                             logFile.logElement(10, "perf", attrs, 
"xxx");
  +                                             logFile.logElementWAttrs(10, "perf", 
attrs, "xxx");
                                        }//for files
   
                                        
logFile.logTestCaseClose(XalanDOMString("Performance Directory: ") + dirs[j], 
XalanDOMString("Done") );
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to