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

Issue 302443006: binary_size: Avoid creating nodes with many thousand children. (Closed)

Created:
6 years, 7 months ago by Daniel Bratell
Modified:
6 years, 6 months ago
CC:
chromium-reviews, Primiano Tucci (use gerrit)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

binary_size: Avoid creating nodes with many thousand children. If a bucket has too many thousand children the webapp (graph lib?) hangs. Protect against the most common case by splitting up the (No Path) section in chunks of 3000 symbols. BUG=370377 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276650

Patch Set 1 #

Total comments: 19

Patch Set 2 : (No Path): Addressed review comments #

Patch Set 3 : Split (no path) Rebased to newer master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -34 lines) Patch
M tools/binary_size/run_binary_size_analysis.py View 1 2 3 chunks +99 lines, -34 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
Daniel Bratell
6 years, 7 months ago (2014-05-26 13:57:19 UTC) #1
Primiano Tucci (use gerrit)
https://codereview.chromium.org/302443006/diff/1/tools/binary_size/run_binary_size_analysis.py File tools/binary_size/run_binary_size_analysis.py (right): https://codereview.chromium.org/302443006/diff/1/tools/binary_size/run_binary_size_analysis.py#newcode67 tools/binary_size/run_binary_size_analysis.py:67: NODE_TYPE_KEY = 'k' Globals and constatns should go between ...
6 years, 7 months ago (2014-05-27 09:24:17 UTC) #2
Andrew Hayden (chromium.org)
I'm somewhat conflicted on this change. We have a general problem to solve for *all* ...
6 years, 7 months ago (2014-05-27 10:04:11 UTC) #3
Daniel Bratell
Yes, this should go away as soon as possible. If I had easily been able ...
6 years, 6 months ago (2014-06-04 13:04:45 UTC) #4
Daniel Bratell
Can you please take a look at the new patch and the comments.
6 years, 6 months ago (2014-06-05 13:39:43 UTC) #5
Andrew Hayden (chromium.org)
LGTM!
6 years, 6 months ago (2014-06-05 16:31:32 UTC) #6
Daniel Bratell
The CQ bit was checked by bratell@opera.com
6 years, 6 months ago (2014-06-09 12:33:55 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bratell@opera.com/302443006/10001
6 years, 6 months ago (2014-06-09 12:35:08 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-09 20:36:01 UTC) #9
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-09 21:58:18 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/72473) linux_chromium_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_rel/builds/39830)
6 years, 6 months ago (2014-06-09 21:58:19 UTC) #11
Andrew Hayden (chromium.org)
The CQ bit was checked by andrewhayden@chromium.org
6 years, 6 months ago (2014-06-10 04:48:48 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bratell@opera.com/302443006/10001
6 years, 6 months ago (2014-06-10 04:51:42 UTC) #13
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-10 11:44:20 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-10 11:50:52 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/chromium_presubmit/builds/72663)
6 years, 6 months ago (2014-06-10 11:50:53 UTC) #16
Andrew Hayden (chromium.org)
The CQ bit was checked by andrewhayden@chromium.org
6 years, 6 months ago (2014-06-10 11:54:17 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bratell@opera.com/302443006/10001
6 years, 6 months ago (2014-06-10 11:55:12 UTC) #18
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_chromium_gn_compile_rel on tryserver.chromium ...
6 years, 6 months ago (2014-06-10 14:57:56 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-06-10 15:03:03 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_chromium_gn_compile_rel/builds/12256) android_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/android_dbg/builds/193734) chromium_presubmit ...
6 years, 6 months ago (2014-06-10 15:03:03 UTC) #21
Daniel Bratell
The CQ bit was checked by bratell@opera.com
6 years, 6 months ago (2014-06-12 08:48:04 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bratell@opera.com/302443006/30001
6 years, 6 months ago (2014-06-12 08:48:57 UTC) #23
commit-bot: I haz the power
6 years, 6 months ago (2014-06-12 13:05:12 UTC) #24
Message was sent while issue was closed.
Change committed as 276650

Powered by Google App Engine
This is Rietveld 408576698