Todd Lipcon has submitted this change and it was merged. Change subject: stopwatch: ensure LOG_TIMING always prints ......................................................................
stopwatch: ensure LOG_TIMING always prints On rare occasion in benchmark runs, the LOG_TIMING macro doesn't produce any output. It's not entirely clear why this happens, but it seems the only possibility is that the so-called monotonic clock is going backwards. This change ensures that the macro always prints even if the clock moves backwards. Change-Id: I67fe658801be153cbcb6efb31cc8f3bf9eaf944f Reviewed-on: http://gerrit.cloudera.org:8080/7333 Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M src/kudu/util/stopwatch.h 1 file changed, 4 insertions(+), 1 deletion(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/7333 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I67fe658801be153cbcb6efb31cc8f3bf9eaf944f Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
