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

Side by Side Diff: tools/binary_size/README.txt

Issue 231803002: New binary size tool visualization options. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: So indent, very space, much format. Wow. Created 6 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | tools/binary_size/legacy_template/.gitignore » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ================================================================================ 1 ================================================================================
2 __________ .__ 2 __________ .__
3 \______ \ |__| ____ _____ _______ ___.__. 3 \______ \ |__| ____ _____ _______ ___.__.
4 | | _/ | | / \ \__ \ \_ __ \ < | | 4 | | _/ | | / \ \__ \ \_ __ \ < | |
5 | | \ | | | | \ / __ \_ | | \/ \___ | 5 | | \ | | | | \ / __ \_ | | \/ \___ |
6 |______ / |__| |___| / (____ / |__| / ____| 6 |______ / |__| |___| / (____ / |__| / ____|
7 \/ \/ \/ \/ 7 \/ \/ \/ \/
8 _________ .__ ___________ .__ 8 _________ .__ ___________ .__
9 / _____/ |__| ________ ____ \__ ___/ ____ ____ | | 9 / _____/ |__| ________ ____ \__ ___/ ____ ____ | |
10 \_____ \ | | \___ / _/ __ \ | | / _ \ / _ \ | | 10 \_____ \ | | \___ / _/ __ \ | | / _ \ / _ \ | |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 * The Python script uses build system variables to construct the classpath 109 * The Python script uses build system variables to construct the classpath
110 for running the Java code. 110 for running the Java code.
111 * The Javascript code in the HTML report Assumes code lives in Chromium for 111 * The Javascript code in the HTML report Assumes code lives in Chromium for
112 generated hyperlinks and will not hyperlink any file that starts with the 112 generated hyperlinks and will not hyperlink any file that starts with the
113 substring "out". 113 substring "out".
114 114
115 -------------------------------------------------------------------------------- 115 --------------------------------------------------------------------------------
116 Feature Requests and Bug Reports 116 Feature Requests and Bug Reports
117 -------------------------------------------------------------------------------- 117 --------------------------------------------------------------------------------
118 Please file bugs and feature requests here, making sure to use the label 118 Please file bugs and feature requests here, making sure to use the label
119 "Binary-Size-Tool": 119 "Tools-BinarySize":
120 https://code.google.com/p/chromium/issues/entry?labels=Binary-Size-Tool 120 https://code.google.com/p/chromium/issues/entry?labels=Tools-BinarySize
121 121
122 View all open issues here: 122 View all open issues here:
123 https://code.google.com/p/chromium/issues/list?can=2&q=label:Binary-Size-Tool 123 https://code.google.com/p/chromium/issues/list?can=2&q=label:Tools-BinarySize
OLDNEW
« no previous file with comments | « no previous file | tools/binary_size/legacy_template/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698