Quanlong Huang has posted comments on this change. ( http://gerrit.cloudera.org:8080/22062 )
Change subject: IMPALA-13487: Add profile counters for memory allocation ...................................................................... Patch Set 8: (2 comments) http://gerrit.cloudera.org:8080/#/c/22062/7/be/src/runtime/fragment-instance-state.cc File be/src/runtime/fragment-instance-state.cc: http://gerrit.cloudera.org:8080/#/c/22062/7/be/src/runtime/fragment-instance-state.cc@445 PS7, Line 445: Status status; : row_batch_->Reset(); : { : > Maybe add the timer to Reset() as optional parameter? This is a very import Good point. Also changed this to be a SummaryStatsCounter to track the duration in free() calls. http://gerrit.cloudera.org:8080/#/c/22062/7/be/src/util/runtime-profile-counters.h File be/src/util/runtime-profile-counters.h: http://gerrit.cloudera.org:8080/#/c/22062/7/be/src/util/runtime-profile-counters.h@576 PS7, Line 576: /// Merge 'other' into this counter. Acquires lock on current counter. > Missing comment? Oops, done -- To view, visit http://gerrit.cloudera.org:8080/22062 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I982315d96e6de20a3616f3bd2a2b4866d1ff4710 Gerrit-Change-Number: 22062 Gerrit-PatchSet: 8 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Csaba Ringhofer <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Xuebin Su <[email protected]> Gerrit-Comment-Date: Thu, 21 Nov 2024 02:35:29 +0000 Gerrit-HasComments: Yes
