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

Issue 2254893009: Add histogram for percentage of incoming frames that are limited in resolution due to cpu (Closed)

Created:
4 years, 4 months ago by åsapersson
Modified:
4 years, 4 months ago
Reviewers:
perkj_webrtc
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com, the sun
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add histogram for percentage of incoming frames that are limited in resolution due to cpu: - "WebRTC.Video.CpuLimitedResolutionInPercent" BUG=webrtc:6235 Committed: https://crrev.com/0d1ad326a391a8c4c53d7ccfc8100c5d9f4115a2 Cr-Commit-Position: refs/heads/master@{#13858}

Patch Set 1 #

Patch Set 2 #

Total comments: 7

Patch Set 3 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -0 lines) Patch
M webrtc/media/engine/webrtcvideoengine2.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M webrtc/media/engine/webrtcvideoengine2.cc View 1 2 4 chunks +17 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (8 generated)
åsapersson
4 years, 4 months ago (2016-08-18 16:15:23 UTC) #5
perkj_webrtc
https://codereview.webrtc.org/2254893009/diff/40001/webrtc/media/engine/webrtcvideoengine2.cc File webrtc/media/engine/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/2254893009/diff/40001/webrtc/media/engine/webrtcvideoengine2.cc#newcode1692 webrtc/media/engine/webrtcvideoengine2.cc:1692: if (cpu_restricted_counter_ > 0) Would it be possible to ...
4 years, 4 months ago (2016-08-19 13:14:47 UTC) #6
åsapersson
https://codereview.webrtc.org/2254893009/diff/40001/webrtc/media/engine/webrtcvideoengine2.cc File webrtc/media/engine/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/2254893009/diff/40001/webrtc/media/engine/webrtcvideoengine2.cc#newcode1692 webrtc/media/engine/webrtcvideoengine2.cc:1692: if (cpu_restricted_counter_ > 0) On 2016/08/19 13:14:46, perkj_webrtc wrote: ...
4 years, 4 months ago (2016-08-22 07:56:29 UTC) #7
perkj_webrtc
https://codereview.webrtc.org/2254893009/diff/40001/webrtc/media/engine/webrtcvideoengine2.cc File webrtc/media/engine/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/2254893009/diff/40001/webrtc/media/engine/webrtcvideoengine2.cc#newcode1635 webrtc/media/engine/webrtcvideoengine2.cc:1635: cpu_restricted_frames_ * 100 / frames_); suggest rename frames_ to ...
4 years, 4 months ago (2016-08-22 09:06:43 UTC) #8
perkj_webrtc
On 2016/08/22 09:06:43, perkj_webrtc wrote: > https://codereview.webrtc.org/2254893009/diff/40001/webrtc/media/engine/webrtcvideoengine2.cc > File webrtc/media/engine/webrtcvideoengine2.cc (right): > > https://codereview.webrtc.org/2254893009/diff/40001/webrtc/media/engine/webrtcvideoengine2.cc#newcode1635 > ...
4 years, 4 months ago (2016-08-22 09:08:54 UTC) #9
åsapersson
https://codereview.webrtc.org/2254893009/diff/40001/webrtc/media/engine/webrtcvideoengine2.cc File webrtc/media/engine/webrtcvideoengine2.cc (right): https://codereview.webrtc.org/2254893009/diff/40001/webrtc/media/engine/webrtcvideoengine2.cc#newcode1635 webrtc/media/engine/webrtcvideoengine2.cc:1635: cpu_restricted_frames_ * 100 / frames_); On 2016/08/22 09:06:42, perkj_webrtc ...
4 years, 4 months ago (2016-08-22 09:41:51 UTC) #11
perkj_webrtc
lgtm
4 years, 4 months ago (2016-08-22 18:02:21 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2254893009/60001
4 years, 4 months ago (2016-08-23 06:47:53 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 4 months ago (2016-08-23 06:56:53 UTC) #16
commit-bot: I haz the power
4 years, 4 months ago (2016-08-23 06:57:02 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/0d1ad326a391a8c4c53d7ccfc8100c5d9f4115a2
Cr-Commit-Position: refs/heads/master@{#13858}

Powered by Google App Engine
This is Rietveld 408576698