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

Issue 231803002: New binary size tool visualization options. (Closed)

Created:
6 years, 8 months ago by Andrew Hayden (chromium.org)
Modified:
6 years, 8 months ago
CC:
chromium-reviews, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

New binary size tool visualization options. BUG= NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=264270

Patch Set 1 #

Patch Set 2 : Re-add vtable support #

Patch Set 3 : Major improvements to the UI #

Patch Set 4 : Don't rely on metadata.js #

Patch Set 5 : Fix bug in switching max depth #

Patch Set 6 : Further improvements to UI #

Patch Set 7 : Make the modern report the default #

Patch Set 8 : Switch to gcc toolchain 4.8 instead of 4.7 #

Patch Set 9 : Update README #

Total comments: 8

Patch Set 10 : Rename experimenal_template and template #

Total comments: 22

Patch Set 11 : Fixup tools/binary_size/README.txt #

Patch Set 12 : Non-indentation changes requested by bulach@ #

Patch Set 13 : So indent, very space, much format. Wow. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1719 lines, -202 lines) Patch
M tools/binary_size/README.txt View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
A + tools/binary_size/legacy_template/.gitignore View 1 2 3 4 5 6 7 8 9 0 chunks +-1 lines, --1 lines 0 comments Download
A + tools/binary_size/legacy_template/index.html View 1 2 3 4 5 6 7 8 9 0 chunks +-1 lines, --1 lines 0 comments Download
M tools/binary_size/run_binary_size_analysis.py View 1 2 3 4 5 6 7 8 9 10 11 13 chunks +114 lines, -26 lines 0 comments Download
D tools/binary_size/template/.gitignore View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -1 line 0 comments Download
A tools/binary_size/template/D3SymbolTreeMap.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +938 lines, -0 lines 0 comments Download
M tools/binary_size/template/index.html View 1 2 3 4 5 6 7 8 9 2 chunks +509 lines, -174 lines 0 comments Download
A tools/binary_size/template/test-data-generator.html View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +157 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Andrew Hayden (chromium.org)
Ready!
6 years, 8 months ago (2014-04-16 15:27:42 UTC) #1
Andrew Hayden (chromium.org)
See example at: http://andrewhayden.github.io/new_binary_size_example/
6 years, 8 months ago (2014-04-16 15:38:20 UTC) #2
tfarina
https://codereview.chromium.org/231803002/diff/180001/tools/binary_size/README.txt File tools/binary_size/README.txt (right): https://codereview.chromium.org/231803002/diff/180001/tools/binary_size/README.txt#newcode120 tools/binary_size/README.txt:120: https://code.google.com/p/chromium/issues/entry?labels=Binary-Size-Tool s/Binary-Size-Tool/Toosl-BinarySize ?
6 years, 8 months ago (2014-04-16 16:11:59 UTC) #3
Andrew Hayden (chromium.org)
https://codereview.chromium.org/231803002/diff/180001/tools/binary_size/README.txt File tools/binary_size/README.txt (right): https://codereview.chromium.org/231803002/diff/180001/tools/binary_size/README.txt#newcode120 tools/binary_size/README.txt:120: https://code.google.com/p/chromium/issues/entry?labels=Binary-Size-Tool On 2014/04/16 16:12:00, tfarina wrote: > s/Binary-Size-Tool/Toosl-BinarySize ? ...
6 years, 8 months ago (2014-04-16 16:14:46 UTC) #4
bulach
lgtm (sorry, I think I got some comments spread across multiple patchsets..). this looks great ...
6 years, 8 months ago (2014-04-16 16:32:15 UTC) #5
Andrew Hayden (chromium.org)
https://codereview.chromium.org/231803002/diff/160001/tools/binary_size/experimental_template/D3SymbolTreeMap.js File tools/binary_size/experimental_template/D3SymbolTreeMap.js (right): https://codereview.chromium.org/231803002/diff/160001/tools/binary_size/experimental_template/D3SymbolTreeMap.js#newcode40 tools/binary_size/experimental_template/D3SymbolTreeMap.js:40: for (var x=asString.length - 1; x >= 0; x--) ...
6 years, 8 months ago (2014-04-16 17:40:15 UTC) #6
Andrew Hayden (chromium.org)
Everything except indentation. https://codereview.chromium.org/231803002/diff/180001/tools/binary_size/run_binary_size_analysis.py File tools/binary_size/run_binary_size_analysis.py (right): https://codereview.chromium.org/231803002/diff/180001/tools/binary_size/run_binary_size_analysis.py#newcode93 tools/binary_size/run_binary_size_analysis.py:93: On 2014/04/16 16:32:16, bulach wrote: > ...
6 years, 8 months ago (2014-04-16 17:53:21 UTC) #7
Andrew Hayden (chromium.org)
Indentation fixed, ready to go!
6 years, 8 months ago (2014-04-16 18:20:09 UTC) #8
Andrew Hayden (chromium.org)
The CQ bit was checked by andrewhayden@chromium.org
6 years, 8 months ago (2014-04-16 18:20:32 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/andrewhayden@chromium.org/231803002/230001
6 years, 8 months ago (2014-04-16 18:21:03 UTC) #10
commit-bot: I haz the power
6 years, 8 months ago (2014-04-16 18:53:20 UTC) #11
Message was sent while issue was closed.
Change committed as 264270

Powered by Google App Engine
This is Rietveld 408576698