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

Unified Diff: tools/binary_size/diagnose_bloat.py

Issue 2948683002: diagnose_bloat.py: Pasteable supersize instructions. (Closed)
Patch Set: Created 3 years, 6 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/binary_size/diagnose_bloat.py
diff --git a/tools/binary_size/diagnose_bloat.py b/tools/binary_size/diagnose_bloat.py
index 1492fc0bb35f95613857b6929dba54b7a29d3481..17a49b3935d66e9192c07d65c8b0dd5cedc2ab50 100755
--- a/tools/binary_size/diagnose_bloat.py
+++ b/tools/binary_size/diagnose_bloat.py
@@ -379,7 +379,7 @@ class _DiffArchiveManager(object):
supersize_path = os.path.join(_BINARY_SIZE_DIR, 'supersize')
size_paths = [os.path.join(a.dir, a.build.size_name)
for a in self.build_archives]
- logging.info('Enter supersize console via: %s, console %s %s',
+ logging.info('Enter supersize console via: %s console %s %s',
os.path.relpath(supersize_path),
os.path.relpath(size_paths[0]),
os.path.relpath(size_paths[1]))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698