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

Issue 10451076: Adding UMA for sync IPCs (Closed)

Created:
8 years, 6 months ago by kinuko
Modified:
8 years, 6 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jochen+watch-content_chromium.org
Visibility:
Public.

Description

Adding UMA for sync IPCs BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=140017

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : histogram #

Total comments: 3

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -18 lines) Patch
M content/renderer/renderer_webkitplatformsupport_impl.h View 1 2 3 2 chunks +0 lines, -7 lines 0 comments Download
M content/renderer/renderer_webkitplatformsupport_impl.cc View 1 2 3 4 5 3 chunks +22 lines, -11 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
kinuko
8 years, 6 months ago (2012-05-30 01:56:40 UTC) #1
jochen (gone - plz use gerrit)
http://codereview.chromium.org/10451076/diff/1/content/worker/worker_webkitplatformsupport_impl.cc File content/worker/worker_webkitplatformsupport_impl.cc (right): http://codereview.chromium.org/10451076/diff/1/content/worker/worker_webkitplatformsupport_impl.cc#newcode17 content/worker/worker_webkitplatformsupport_impl.cc:17: #include "content/public/browser/user_metrics.h" you can't include browser headers in worker ...
8 years, 6 months ago (2012-05-30 08:28:09 UTC) #2
kinuko
On 2012/05/30 08:28:09, jochen wrote: > http://codereview.chromium.org/10451076/diff/1/content/worker/worker_webkitplatformsupport_impl.cc > File content/worker/worker_webkitplatformsupport_impl.cc (right): > > http://codereview.chromium.org/10451076/diff/1/content/worker/worker_webkitplatformsupport_impl.cc#newcode17 > ...
8 years, 6 months ago (2012-05-30 09:28:06 UTC) #3
kinuko
Updated the patch. PTAL thanks!
8 years, 6 months ago (2012-05-30 13:13:33 UTC) #4
jochen (gone - plz use gerrit)
It looks like the browsertest breakage might be related to your CL? http://codereview.chromium.org/10451076/diff/2003/content/browser/renderer_host/file_utilities_message_filter.cc File content/browser/renderer_host/file_utilities_message_filter.cc ...
8 years, 6 months ago (2012-05-30 13:47:50 UTC) #5
kinuko
http://codereview.chromium.org/10451076/diff/2003/content/browser/renderer_host/file_utilities_message_filter.cc File content/browser/renderer_host/file_utilities_message_filter.cc (right): http://codereview.chromium.org/10451076/diff/2003/content/browser/renderer_host/file_utilities_message_filter.cc#newcode40 content/browser/renderer_host/file_utilities_message_filter.cc:40: content::RecordAction(content::UserMetricsAction("FileSyncIPC_Received")); On 2012/05/30 13:47:51, jochen wrote: > what about ...
8 years, 6 months ago (2012-05-30 14:51:22 UTC) #6
jochen (gone - plz use gerrit)
unofficial content lg
8 years, 6 months ago (2012-05-30 14:53:05 UTC) #7
jam
lgtm
8 years, 6 months ago (2012-05-30 15:19:18 UTC) #8
jam
On 2012/05/30 15:19:18, John Abd-El-Malek wrote: > lgtm although, IMO it would be more useful ...
8 years, 6 months ago (2012-05-30 15:19:52 UTC) #9
kinuko
On 2012/05/30 15:19:52, John Abd-El-Malek wrote: > On 2012/05/30 15:19:18, John Abd-El-Malek wrote: > > ...
8 years, 6 months ago (2012-05-31 14:50:45 UTC) #10
jam
http://codereview.chromium.org/10451076/diff/3004/content/browser/renderer_host/file_utilities_message_filter.cc File content/browser/renderer_host/file_utilities_message_filter.cc (right): http://codereview.chromium.org/10451076/diff/3004/content/browser/renderer_host/file_utilities_message_filter.cc#newcode38 content/browser/renderer_host/file_utilities_message_filter.cc:38: content::RecordAction(content::UserMetricsAction("FileSyncIPC_Handled")); don't need to change this file now http://codereview.chromium.org/10451076/diff/3004/content/renderer/renderer_webkitplatformsupport_impl.cc ...
8 years, 6 months ago (2012-05-31 15:20:16 UTC) #11
kinuko
http://codereview.chromium.org/10451076/diff/3004/content/renderer/renderer_webkitplatformsupport_impl.cc File content/renderer/renderer_webkitplatformsupport_impl.cc (right): http://codereview.chromium.org/10451076/diff/3004/content/renderer/renderer_webkitplatformsupport_impl.cc#newcode191 content/renderer/renderer_webkitplatformsupport_impl.cc:191: ChildThread::current()->Send(new ViewHostMsg_SyncIPCElapsedTime(delta)); On 2012/05/31 15:20:16, John Abd-El-Malek wrote: > ...
8 years, 6 months ago (2012-05-31 17:10:35 UTC) #12
kinuko
On 2012/05/31 17:10:35, kinuko wrote: > http://codereview.chromium.org/10451076/diff/3004/content/renderer/renderer_webkitplatformsupport_impl.cc > File content/renderer/renderer_webkitplatformsupport_impl.cc (right): > > http://codereview.chromium.org/10451076/diff/3004/content/renderer/renderer_webkitplatformsupport_impl.cc#newcode191 > ...
8 years, 6 months ago (2012-05-31 23:30:23 UTC) #13
jam
lgtm
8 years, 6 months ago (2012-06-01 00:41:39 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinuko@chromium.org/10451076/6005
8 years, 6 months ago (2012-06-01 01:50:37 UTC) #15
commit-bot: I haz the power
Try job failure for 10451076-6005 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 6 months ago (2012-06-01 02:38:27 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinuko@chromium.org/10451076/9005
8 years, 6 months ago (2012-06-01 06:25:19 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinuko@chromium.org/10451076/3012
8 years, 6 months ago (2012-06-01 09:42:56 UTC) #18
commit-bot: I haz the power
8 years, 6 months ago (2012-06-01 11:36:14 UTC) #19
Change committed as 140017

Powered by Google App Engine
This is Rietveld 408576698