anujphadke has uploaded a new change for review. http://gerrit.cloudera.org:8080/4052
Change subject: IMPALA-3342: Runtime profile TotalCpuTime should eliminate wait times ...................................................................... IMPALA-3342: Runtime profile TotalCpuTime should eliminate wait times Impala uses the wall clock timer to measure the CPU time from the thread start to finish. This also accounts for all the time when a thread gets pre-empted or blocked. This change adds the CLOCK_THREAD_CPUTIME_ID timer to measure the CPU time spent in execution only. Change-Id: If8edd0c3559968ff12e42f83dd970e424fa4a3c8 --- M be/src/util/runtime-profile-counters.h M be/src/util/stopwatch.h 2 files changed, 25 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/52/4052/1 -- To view, visit http://gerrit.cloudera.org:8080/4052 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If8edd0c3559968ff12e42f83dd970e424fa4a3c8 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: anujphadke <[email protected]>
