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

Issue 2136173003: Add an histogram to differentiate between hang types of the renderer (Closed)

Created:
4 years, 5 months ago by clamy
Modified:
4 years, 5 months ago
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, asvitkine+watch_chromium.org, creis+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add an histogram to differentiate between hang types of the renderer We've seen a sharp augmentation of renderer hangs on Android. This histogram is meant to help identify the root cause of this renderer hangs, since it's currently hard to distinguish whether this is happening during normal browsing or during beforeunload/unload/when the page is closing. BUG=621303 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/639fdffbabc7a64ba11160c923af46b18d945650 Cr-Commit-Position: refs/heads/master@{#406039}

Patch Set 1 #

Total comments: 12

Patch Set 2 : Addressed Nasko's comments #

Patch Set 3 : Rebase + fixed compilation error in unit tests #

Patch Set 4 : Fixed asan issue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -29 lines) Patch
M content/browser/devtools/devtools_manager_unittest.cc View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 3 chunks +13 lines, -3 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager_unittest.cc View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_delegate.h View 1 2 1 chunk +16 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.h View 1 2 4 chunks +8 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 8 chunks +35 lines, -10 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_unittest.cc View 1 2 4 chunks +20 lines, -7 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 2 chunks +7 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 2 chunks +18 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (16 generated)
clamy
@nasko: PTAL @asvitkine: PTAL at the changes in histograms
4 years, 5 months ago (2016-07-12 16:57:50 UTC) #5
nasko
s/haapening/happening/ in the CL description. https://codereview.chromium.org/2136173003/diff/1/content/browser/renderer_host/render_widget_host_delegate.h File content/browser/renderer_host/render_widget_host_delegate.h (right): https://codereview.chromium.org/2136173003/diff/1/content/browser/renderer_host/render_widget_host_delegate.h#newcode136 content/browser/renderer_host/render_widget_host_delegate.h:136: // Enum used in ...
4 years, 5 months ago (2016-07-12 17:18:03 UTC) #6
Alexei Svitkine (slow)
lgtm https://codereview.chromium.org/2136173003/diff/1/content/browser/renderer_host/render_widget_host_delegate.h File content/browser/renderer_host/render_widget_host_delegate.h (right): https://codereview.chromium.org/2136173003/diff/1/content/browser/renderer_host/render_widget_host_delegate.h#newcode139 content/browser/renderer_host/render_widget_host_delegate.h:139: // Only add values at the end, do ...
4 years, 5 months ago (2016-07-12 18:36:41 UTC) #7
clamy
Thanks! The description was updated. https://codereview.chromium.org/2136173003/diff/1/content/browser/renderer_host/render_widget_host_delegate.h File content/browser/renderer_host/render_widget_host_delegate.h (right): https://codereview.chromium.org/2136173003/diff/1/content/browser/renderer_host/render_widget_host_delegate.h#newcode136 content/browser/renderer_host/render_widget_host_delegate.h:136: // Enum used in ...
4 years, 5 months ago (2016-07-13 10:02:22 UTC) #9
nasko
LGTM https://codereview.chromium.org/2136173003/diff/1/content/browser/renderer_host/render_widget_host_delegate.h File content/browser/renderer_host/render_widget_host_delegate.h (right): https://codereview.chromium.org/2136173003/diff/1/content/browser/renderer_host/render_widget_host_delegate.h#newcode139 content/browser/renderer_host/render_widget_host_delegate.h:139: // Only add values at the end, do ...
4 years, 5 months ago (2016-07-15 17:32:08 UTC) #10
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-15 17:33:03 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2136173003/40001
4 years, 5 months ago (2016-07-18 13:34:49 UTC) #18
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-18 13:34:51 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/194491)
4 years, 5 months ago (2016-07-18 15:20:45 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2136173003/60001
4 years, 5 months ago (2016-07-18 16:40:22 UTC) #24
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-18 16:40:24 UTC) #25
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-18 18:13:49 UTC) #27
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-18 18:14:01 UTC) #28
commit-bot: I haz the power
4 years, 5 months ago (2016-07-18 18:16:39 UTC) #30
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/639fdffbabc7a64ba11160c923af46b18d945650
Cr-Commit-Position: refs/heads/master@{#406039}

Powered by Google App Engine
This is Rietveld 408576698