Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1094)

Unified Diff: tools/metrics/histograms/pretty_print.py

Issue 2503283003: Add high-precision timing histograms. (Closed)
Patch Set: Use product name instead of project name. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/metrics/histograms/pretty_print.py
diff --git a/tools/metrics/histograms/pretty_print.py b/tools/metrics/histograms/pretty_print.py
index 7e074277b84d114fa16fe317c59b1b44925b15c9..b21fb2eb324d2150248a67d61d440814a69ec35f 100755
--- a/tools/metrics/histograms/pretty_print.py
+++ b/tools/metrics/histograms/pretty_print.py
@@ -32,6 +32,7 @@ class Error(Exception):
UNIT_REWRITES = {
+ 'microsecond': 'microseconds',
Ilya Sherman 2016/11/29 03:02:48 Please also list "'us': 'microseconds'"
pkalinnikov 2016/11/30 10:13:48 Done.
'millisecond': 'ms',
'milliseconds': 'ms',
'kb': 'KB',

Powered by Google App Engine
This is Rietveld 408576698