Explorar o código

Merge pull request #10036 from ghalliday/issue17677

HPCC-17677 Add missing timings to roxie stats

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman %!s(int64=8) %!d(string=hai) anos
pai
achega
98ad3a8354
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      roxie/ccd/ccdserver.cpp

+ 4 - 0
roxie/ccd/ccdserver.cpp

@@ -21595,6 +21595,7 @@ public:
 
     virtual const void *nextRow()
     {
+        ActivityTimer t(totalCycles, timeActivities);
         if (eof)
             return NULL;
         else if (useRemote())
@@ -21807,6 +21808,7 @@ public:
 
     virtual const void *nextRow()
     {
+        ActivityTimer t(totalCycles, timeActivities);
         if (eof)
             return NULL;
         else if (useRemote())
@@ -21916,6 +21918,7 @@ public:
 
     virtual const void *nextRow()
     {
+        ActivityTimer t(totalCycles, timeActivities);
         if (eof)
             return NULL;
         else if (useRemote())
@@ -22023,6 +22026,7 @@ public:
 
     virtual const void *nextRow()
     {
+        ActivityTimer t(totalCycles, timeActivities);
         if (eof)
             return NULL;
         else if (useRemote())