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

Issue 9769011: Histogram times surrounding render crashes (Closed)

Created:
8 years, 9 months ago by jar (doing other things)
Modified:
8 years, 9 months ago
CC:
chromium-reviews, MAD, Ilya Sherman, jar (doing other things)
Visibility:
Public.

Description

Histogram times surrounding render crashes Report exec time, kernal time, and user cpu time when we have a crash. Also report non-crashing durations for comparison. r=rvargas Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=128369

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1

Patch Set 4 : #

Patch Set 5 : #

Total comments: 6

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Total comments: 8

Patch Set 10 : #

Total comments: 2

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+112 lines, -54 lines) Patch
M chrome/browser/metrics/metrics_service.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/metrics/metrics_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +48 lines, -12 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -6 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +21 lines, -24 lines 0 comments Download
M content/public/browser/render_process_host.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +34 lines, -7 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
jar (doing other things)
As per our discussion, the function call to the OS only seems to "work" on ...
8 years, 9 months ago (2012-03-21 18:43:18 UTC) #1
rvargas (doing something else)
I don't see an obvious problem with this patch... there is a small issue in ...
8 years, 9 months ago (2012-03-21 22:54:40 UTC) #2
jar (doing other things)
I moved the snatching of stats to in front of the notification. I'm testing now. ...
8 years, 9 months ago (2012-03-22 01:45:34 UTC) #3
rvargas (doing something else)
LGTM after the requested fixes. http://codereview.chromium.org/9769011/diff/15001/chrome/browser/metrics/metrics_service.cc File chrome/browser/metrics/metrics_service.cc (right): http://codereview.chromium.org/9769011/diff/15001/chrome/browser/metrics/metrics_service.cc#newcode1370 chrome/browser/metrics/metrics_service.cc:1370: void MetricsService::LogRendererCrash(content::RenderProcessHost* host, same ...
8 years, 9 months ago (2012-03-22 01:59:32 UTC) #4
jar (doing other things)
Changes made per comments by rvargas. http://codereview.chromium.org/9769011/diff/15001/chrome/browser/metrics/metrics_service.cc File chrome/browser/metrics/metrics_service.cc (right): http://codereview.chromium.org/9769011/diff/15001/chrome/browser/metrics/metrics_service.cc#newcode1370 chrome/browser/metrics/metrics_service.cc:1370: void MetricsService::LogRendererCrash(content::RenderProcessHost* host, ...
8 years, 9 months ago (2012-03-22 02:06:44 UTC) #5
rvargas (doing something else)
LGTM
8 years, 9 months ago (2012-03-22 02:33:40 UTC) #6
jar (doing other things)
I pushed the creation of the details object one level higher in the stack. PTAL
8 years, 9 months ago (2012-03-22 21:20:22 UTC) #7
rvargas (doing something else)
Patch set 9 LGTM after the few nits. https://chromiumcodereview.appspot.com/9769011/diff/29002/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://chromiumcodereview.appspot.com/9769011/diff/29002/content/browser/renderer_host/render_process_host_impl.cc#newcode785 content/browser/renderer_host/render_process_host_impl.cc:785: base::ProcessHandle ...
8 years, 9 months ago (2012-03-22 22:16:30 UTC) #8
jar (doing other things)
Changes made per comments by rvargas. https://chromiumcodereview.appspot.com/9769011/diff/29002/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://chromiumcodereview.appspot.com/9769011/diff/29002/content/browser/renderer_host/render_process_host_impl.cc#newcode785 content/browser/renderer_host/render_process_host_impl.cc:785: base::ProcessHandle handle = ...
8 years, 9 months ago (2012-03-22 22:42:57 UTC) #9
rvargas (doing something else)
https://chromiumcodereview.appspot.com/9769011/diff/29010/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://chromiumcodereview.appspot.com/9769011/diff/29010/content/browser/renderer_host/render_process_host_impl.cc#newcode787 content/browser/renderer_host/render_process_host_impl.cc:787: details.exit_code = 0; I see... The other two values ...
8 years, 9 months ago (2012-03-22 22:56:59 UTC) #10
jar (doing other things)
nit changes per rvargas https://chromiumcodereview.appspot.com/9769011/diff/29010/content/browser/renderer_host/render_process_host_impl.cc File content/browser/renderer_host/render_process_host_impl.cc (right): https://chromiumcodereview.appspot.com/9769011/diff/29010/content/browser/renderer_host/render_process_host_impl.cc#newcode787 content/browser/renderer_host/render_process_host_impl.cc:787: details.exit_code = 0; For completeness, ...
8 years, 9 months ago (2012-03-23 01:13:21 UTC) #11
jam
8 years, 9 months ago (2012-03-23 01:21:25 UTC) #12
lgtm to land today and revert tomorrow :)

Powered by Google App Engine
This is Rietveld 408576698