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

Unified Diff: tools/binary_size/README.md

Issue 2871143004: diagnose_bloat.py: swap --silent with --verbose. (Closed)
Patch Set: Add IsAndroid to enable_chrome_android_internal Created 3 years, 7 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 | tools/binary_size/diagnose_bloat.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/binary_size/README.md
diff --git a/tools/binary_size/README.md b/tools/binary_size/README.md
index 44f7aa2668d032b00389bcaa277e677e0fbe11a2..42d73723f3947603bd3b63d23a3feee540f9117b 100644
--- a/tools/binary_size/README.md
+++ b/tools/binary_size/README.md
@@ -29,13 +29,13 @@ and Linux (although Linux symbol diffs have issues, as noted below).
### Example Usage
# Build and diff HEAD^ and HEAD.
- tools/binary_size/diagnose_bloat.py HEAD
+ tools/binary_size/diagnose_bloat.py HEAD -v
# Diff OTHERREV and REV using downloaded build artifacts.
- tools/binary_size/diagnose_bloat.py REV --reference-rev OTHERREV --cloud
+ tools/binary_size/diagnose_bloat.py REV --reference-rev OTHERREV --cloud -v
# Build and diff all contiguous revs in range OTHERREV..REV for src/v8.
- tools/binary_size/diagnose_bloat.py REV --reference-rev OTHERREV --subrepo v8 --all
+ tools/binary_size/diagnose_bloat.py REV --reference-rev OTHERREV --subrepo v8 --all -v
# Display detailed usage info (there are many options).
tools/binary_size/diagnose_bloat.py -h
@@ -112,7 +112,7 @@ Supports Android and Linux (although Linux
Collect size information and dump it into a `.size` file.
*** note
-**Note:** Refer to
+**Note:** Refer to
[diagnose_bloat.py](https://cs.chromium.org/search/?q=file:diagnose_bloat.py+gn_args)
for list of GN args to build a Release binary.
***
« no previous file with comments | « no previous file | tools/binary_size/diagnose_bloat.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698