commit | 6e44175002b06f9e3e637880acb8b5f521e111e6 | [log] [tgz] |
---|---|---|
author | Robin Thellend <rthellend@google.com> | Sat Dec 13 11:29:42 2014 -0800 |
committer | Robin Thellend <rthellend@google.com> | Sat Dec 13 11:29:43 2014 -0800 |
tree | cfb36cab5e520321d538de9134cedde8f702d656 | |
parent | 7d1b28dba08fa245bc39e193ea0ad5349694c7a1 [diff] |
veyron/tools/debug: Fix debug's -raw flag for histograms When the -raw flag is used, we want to see the raw histogram structure, not the nicely formatted version. When the String() method was added to HistogramValue, it broke the raw formatting. This change restores the functionality by bypassing the String method. Change-Id: I42992fa4d04595195cc0de0d4b36019fd71fe682