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

Issue 252393002: Adds UMA histograms for desktop capture device. (Closed)

Created:
6 years, 8 months ago by jiayl
Modified:
6 years, 7 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, jam, jar (doing other things), asvitkine+watch_chromium.org, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Adds UMA histograms for desktop capture device. BUG=366288 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266583

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Total comments: 14

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+175 lines, -17 lines) Patch
M content/browser/media/capture/desktop_capture_device.h View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/media/capture/desktop_capture_device.cc View 1 2 3 8 chunks +41 lines, -7 lines 0 comments Download
M content/browser/media/capture/desktop_capture_device_aura.cc View 1 2 3 6 chunks +47 lines, -4 lines 0 comments Download
A content/browser/media/capture/desktop_capture_device_uma_types.h View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
A content/browser/media/capture/desktop_capture_device_uma_types.cc View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
M content/browser/media/capture/desktop_capture_device_unittest.cc View 1 2 3 4 3 chunks +6 lines, -3 lines 0 comments Download
M content/content_browser.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 4 chunks +26 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
jiayl
PTAL
6 years, 8 months ago (2014-04-24 00:25:45 UTC) #1
Ilya Sherman
Histograms LGTM with comment addressed. https://codereview.chromium.org/252393002/diff/1/content/browser/media/capture/desktop_capture_device.cc File content/browser/media/capture/desktop_capture_device.cc (right): https://codereview.chromium.org/252393002/diff/1/content/browser/media/capture/desktop_capture_device.cc#newcode38 content/browser/media/capture/desktop_capture_device.cc:38: DESKTOP_CAPTURE_COUNTER_BOUNDARY nit: Please document ...
6 years, 8 months ago (2014-04-24 01:57:43 UTC) #2
Sergey Ulanov
you need similar change for DesktopCaptureDeviceAura - otherwise we won't get anything for ChromeOS https://codereview.chromium.org/252393002/diff/1/content/browser/media/capture/desktop_capture_device.cc ...
6 years, 8 months ago (2014-04-24 02:21:19 UTC) #3
jiayl
All comments addressed. PTAL
6 years, 8 months ago (2014-04-24 16:44:01 UTC) #4
Sergey Ulanov
https://codereview.chromium.org/252393002/diff/2/content/browser/media/capture/desktop_capture_device.cc File content/browser/media/capture/desktop_capture_device.cc (right): https://codereview.chromium.org/252393002/diff/2/content/browser/media/capture/desktop_capture_device.cc#newcode216 content/browser/media/capture/desktop_capture_device.cc:216: UMA_HISTOGRAM_TIMES(kUMAScreenCaptureTime, capture_time); add {} https://codereview.chromium.org/252393002/diff/2/content/browser/media/capture/desktop_capture_device_aura.cc File content/browser/media/capture/desktop_capture_device_aura.cc (right): https://codereview.chromium.org/252393002/diff/2/content/browser/media/capture/desktop_capture_device_aura.cc#newcode320 ...
6 years, 8 months ago (2014-04-24 19:33:23 UTC) #5
jiayl
https://codereview.chromium.org/252393002/diff/2/content/browser/media/capture/desktop_capture_device.cc File content/browser/media/capture/desktop_capture_device.cc (right): https://codereview.chromium.org/252393002/diff/2/content/browser/media/capture/desktop_capture_device.cc#newcode216 content/browser/media/capture/desktop_capture_device.cc:216: UMA_HISTOGRAM_TIMES(kUMAScreenCaptureTime, capture_time); On 2014/04/24 19:33:24, Sergey Ulanov wrote: > ...
6 years, 8 months ago (2014-04-24 20:39:02 UTC) #6
jiayl
PTAL https://codereview.chromium.org/252393002/diff/2/content/browser/media/capture/desktop_capture_device_aura.cc File content/browser/media/capture/desktop_capture_device_aura.cc (right): https://codereview.chromium.org/252393002/diff/2/content/browser/media/capture/desktop_capture_device_aura.cc#newcode320 content/browser/media/capture/desktop_capture_device_aura.cc:320: FIRST_SCREEN_CAPTURE_FAILED); On 2014/04/24 19:33:24, Sergey Ulanov wrote: > ...
6 years, 8 months ago (2014-04-24 20:58:54 UTC) #7
Sergey Ulanov
https://codereview.chromium.org/252393002/diff/2/content/browser/media/capture/desktop_capture_device.cc File content/browser/media/capture/desktop_capture_device.cc (right): https://codereview.chromium.org/252393002/diff/2/content/browser/media/capture/desktop_capture_device.cc#newcode216 content/browser/media/capture/desktop_capture_device.cc:216: UMA_HISTOGRAM_TIMES(kUMAScreenCaptureTime, capture_time); On 2014/04/24 20:39:03, jiayl wrote: > On ...
6 years, 8 months ago (2014-04-24 21:01:51 UTC) #8
jiayl
https://codereview.chromium.org/252393002/diff/2/content/browser/media/capture/desktop_capture_device.cc File content/browser/media/capture/desktop_capture_device.cc (right): https://codereview.chromium.org/252393002/diff/2/content/browser/media/capture/desktop_capture_device.cc#newcode216 content/browser/media/capture/desktop_capture_device.cc:216: UMA_HISTOGRAM_TIMES(kUMAScreenCaptureTime, capture_time); On 2014/04/24 21:01:51, Sergey Ulanov wrote: > ...
6 years, 8 months ago (2014-04-24 21:27:35 UTC) #9
Sergey Ulanov
lgtm
6 years, 8 months ago (2014-04-24 21:46:17 UTC) #10
jiayl
The CQ bit was checked by jiayl@chromium.org
6 years, 8 months ago (2014-04-24 21:54:25 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiayl@chromium.org/252393002/50001
6 years, 8 months ago (2014-04-24 22:01:27 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-24 23:55:18 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_rel
6 years, 8 months ago (2014-04-24 23:55:19 UTC) #14
jiayl
The CQ bit was checked by jiayl@chromium.org
6 years, 8 months ago (2014-04-25 00:00:23 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiayl@chromium.org/252393002/70001
6 years, 8 months ago (2014-04-25 00:01:19 UTC) #16
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-25 00:04:10 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 8 months ago (2014-04-25 00:04:11 UTC) #18
jiayl
The CQ bit was checked by jiayl@chromium.org
6 years, 8 months ago (2014-04-25 00:08:01 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiayl@chromium.org/252393002/70001
6 years, 8 months ago (2014-04-25 00:09:36 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-25 01:39:44 UTC) #21
commit-bot: I haz the power
Failed to apply patch for content/browser/media/capture/desktop_capture_device_uma_types.cc: patching file content/browser/media/capture/desktop_capture_device_uma_types.cc A content/browser/media/capture/desktop_capture_device_uma_types.cc Transient error: [Errno 3] ...
6 years, 8 months ago (2014-04-25 01:39:45 UTC) #22
jiayl
The CQ bit was checked by jiayl@chromium.org
6 years, 7 months ago (2014-04-28 16:09:42 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jiayl@chromium.org/252393002/70001
6 years, 7 months ago (2014-04-28 16:09:56 UTC) #24
commit-bot: I haz the power
6 years, 7 months ago (2014-04-28 16:14:49 UTC) #25
Message was sent while issue was closed.
Change committed as 266583

Powered by Google App Engine
This is Rietveld 408576698