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

Issue 1228393008: Add resolution and fps stats to histograms. (Closed)

Created:
5 years, 5 months ago by åsapersson
Modified:
5 years, 5 months ago
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), stefan-webrtc, tterriberry_mozilla.com, andresp, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add resolution and fps stats to histograms: - "WebRTC.Video.InputWidthInPixels" - "WebRTC.Video.InputHeightInPixels" - "WebRTC.Video.SentWidthInPixels" - "WebRTC.Video.SentHeightInPixels" - "WebRTC.Video.ReceivedWidthInPixels" - "WebRTC.Video.ReceivedHeightInPixels" - "WebRTC.Video.RenderFramesPerSecond" BUG=chromium:512752 Committed: https://crrev.com/d89920b74a173b7bf80c6760908a382c095a66cc Cr-Commit-Position: refs/heads/master@{#9611}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : added tests #

Patch Set 4 : added render fps #

Total comments: 14

Patch Set 5 : addressed comments #

Patch Set 6 : renamed variable #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -22 lines) Patch
M webrtc/test/fake_encoder.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/video/end_to_end_tests.cc View 1 2 3 4 5 6 1 chunk +22 lines, -0 lines 0 comments Download
M webrtc/video/receive_statistics_proxy.h View 1 2 3 4 5 4 chunks +19 lines, -4 lines 0 comments Download
M webrtc/video/receive_statistics_proxy.cc View 1 2 3 4 5 3 chunks +29 lines, -7 lines 0 comments Download
M webrtc/video/send_statistics_proxy.h View 1 2 3 4 5 4 chunks +18 lines, -2 lines 0 comments Download
M webrtc/video/send_statistics_proxy.cc View 1 2 3 4 5 5 chunks +53 lines, -7 lines 0 comments Download
M webrtc/video/video_capture_input.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 15 (7 generated)
åsapersson
5 years, 5 months ago (2015-07-20 12:28:01 UTC) #6
pbos-webrtc
overall looks good https://codereview.webrtc.org/1228393008/diff/140001/webrtc/video/receive_statistics_proxy.cc File webrtc/video/receive_statistics_proxy.cc (right): https://codereview.webrtc.org/1228393008/diff/140001/webrtc/video/receive_statistics_proxy.cc#newcode46 webrtc/video/receive_statistics_proxy.cc:46: int height = render_height_counter_.Avg(kMinRequiredSamples); Get both ...
5 years, 5 months ago (2015-07-20 13:52:22 UTC) #7
åsapersson
https://codereview.webrtc.org/1228393008/diff/140001/webrtc/video/receive_statistics_proxy.cc File webrtc/video/receive_statistics_proxy.cc (right): https://codereview.webrtc.org/1228393008/diff/140001/webrtc/video/receive_statistics_proxy.cc#newcode46 webrtc/video/receive_statistics_proxy.cc:46: int height = render_height_counter_.Avg(kMinRequiredSamples); On 2015/07/20 13:52:22, pbos-webrtc wrote: ...
5 years, 5 months ago (2015-07-20 15:06:30 UTC) #8
pbos-webrtc
lgtm, add a tracking bug to BUG= if there is one https://codereview.webrtc.org/1228393008/diff/140001/webrtc/video/receive_statistics_proxy.h File webrtc/video/receive_statistics_proxy.h (right): ...
5 years, 5 months ago (2015-07-20 15:11:07 UTC) #9
åsapersson
https://codereview.webrtc.org/1228393008/diff/140001/webrtc/video/receive_statistics_proxy.h File webrtc/video/receive_statistics_proxy.h (right): https://codereview.webrtc.org/1228393008/diff/140001/webrtc/video/receive_statistics_proxy.h#newcode93 webrtc/video/receive_statistics_proxy.h:93: int num; On 2015/07/20 15:11:07, pbos-webrtc wrote: > rename ...
5 years, 5 months ago (2015-07-21 06:05:47 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1228393008/200001
5 years, 5 months ago (2015-07-22 12:41:28 UTC) #13
commit-bot: I haz the power
Committed patchset #7 (id:200001)
5 years, 5 months ago (2015-07-22 13:52:03 UTC) #14
commit-bot: I haz the power
5 years, 5 months ago (2015-07-22 13:52:09 UTC) #15
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/d89920b74a173b7bf80c6760908a382c095a66cc
Cr-Commit-Position: refs/heads/master@{#9611}

Powered by Google App Engine
This is Rietveld 408576698