瀏覽代碼

Merge pull request #10036 from ghalliday/issue17677

HPCC-17677 Add missing timings to roxie stats

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 8 年之前
父節點
當前提交
98ad3a8354
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      roxie/ccd/ccdserver.cpp

+ 4 - 0
roxie/ccd/ccdserver.cpp

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