소스 검색

HPCC-9254 Dynamic timeActivities for Roxie - to reduce get_cycles_now() overhead

Signed-off-by: Mark Kelly <mark.kelly@lexisnexis.com>

Made changes to not call virtual function every time.
Mark Kelly 11 년 전
부모
커밋
a2585d9fd4
2개의 변경된 파일122개의 추가작업 그리고 108개의 파일을 삭제
  1. 1 0
      roxie/ccd/ccdcontext.cpp
  2. 121 108
      roxie/ccd/ccdserver.cpp

+ 1 - 0
roxie/ccd/ccdcontext.cpp

@@ -2576,6 +2576,7 @@ protected:
         ctxPrefetchProjectPreload = defaultPrefetchProjectPreload;
 
         traceActivityTimes = false;
+        timeActivities = defaultTimeActivities;
     }
 
     void startWorkUnit()

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 121 - 108
roxie/ccd/ccdserver.cpp