Mike Percy has uploaded a new change for review. http://gerrit.cloudera.org:8080/6082
Change subject: Use HumanReadableElapsedTime for MonoDelta::ToString() ...................................................................... Use HumanReadableElapsedTime for MonoDelta::ToString() This allows small values in the microsecond range to be printed as nonzero. This function chooses the highest time unit (microseconds, milliseconds, seconds, minutes) that is nonzero and then returns the stringified result rounded to 3 significant digits. Change-Id: I787071d6ac62b1dc9154ec7b1f9a5d4a3ce64af1 --- M src/kudu/util/monotime.cc 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/82/6082/1 -- To view, visit http://gerrit.cloudera.org:8080/6082 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I787071d6ac62b1dc9154ec7b1f9a5d4a3ce64af1 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Mike Percy <[email protected]>
