Philip Zeyliger has uploaded this change for review. ( http://gerrit.cloudera.org:8080/12403
Change subject: Add raw values to pretty-printed time profiles. ...................................................................... Add raw values to pretty-printed time profiles. Impala text profiles pretty print time values, like "1h3m" and so on. This is handy, but it makes it miserable to programmatically find, say, large values without writing a parser for the pretty-printer. This commit includes the raw values when printing, with the units those raw values come in. (We don't put the units for "bytes", but whereas most metrics measured in bytes are actually measured in bytes, we mix nano and milli seconds in several places.) Change-Id: I3034482b3643968ac9e931bb28692e68b5a709c2 --- M be/src/util/pretty-printer.h 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/03/12403/1 -- To view, visit http://gerrit.cloudera.org:8080/12403 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I3034482b3643968ac9e931bb28692e68b5a709c2 Gerrit-Change-Number: 12403 Gerrit-PatchSet: 1 Gerrit-Owner: Philip Zeyliger <[email protected]>
