Todd Lipcon has uploaded a new change for review. http://gerrit.cloudera.org:8080/7333
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 --- M src/kudu/util/stopwatch.h 1 file changed, 4 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/33/7333/1 -- To view, visit http://gerrit.cloudera.org:8080/7333 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I67fe658801be153cbcb6efb31cc8f3bf9eaf944f Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]>
