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

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

Issue 2577843002: Add UMAs for GL context memory usage (Closed)
Patch Set: s/mb/MB and update pretty_print.py Created 4 years 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
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/pretty_print.py
diff --git a/tools/metrics/histograms/pretty_print.py b/tools/metrics/histograms/pretty_print.py
index d6bb8621ad705d94d950ac618fe8da3693ac1f6b..e18b2596a833362a4c3cdcb97a0348613f617f4c 100755
--- a/tools/metrics/histograms/pretty_print.py
+++ b/tools/metrics/histograms/pretty_print.py
@@ -40,6 +40,10 @@ UNIT_REWRITES = {
'kB': 'KB',
'kilobytes': 'KB',
'kbits/s': 'kbps',
+ 'mb': 'MB',
+ 'mB': 'MB',
+ 'megabytes': 'MB',
+ 'mbits/s': 'mbps',
'percent': '%',
'Percent': '%',
'percentage': '%',
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698