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

Issue 1169543005: Add sent framerates to histogram stats: (Closed)

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

Description

Add sent framerates to histogram stats: "WebRTC.Video.InputFramesPerSecond", "WebRTC.Video.SentFramesPerSecond". BUG=488243 R=pbos@webrtc.org, stefan@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/24b4eda6f4fdfd33d2c3e82df1390bad55953f5d

Patch Set 1 : #

Total comments: 1

Patch Set 2 : Moved sent fps to SendStatisticsProxy #

Patch Set 3 : #

Patch Set 4 : Removed encode time stats #

Patch Set 5 : #

Total comments: 1

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -3 lines) Patch
M webrtc/video/end_to_end_tests.cc View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M webrtc/video/send_statistics_proxy.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/video/send_statistics_proxy.cc View 1 2 3 4 5 3 chunks +22 lines, -3 lines 0 comments Download

Messages

Total messages: 16 (7 generated)
åsapersson
5 years, 6 months ago (2015-06-09 07:46:06 UTC) #8
pbos-webrtc
https://codereview.webrtc.org/1169543005/diff/120001/webrtc/modules/video_coding/main/source/media_optimization.cc File webrtc/modules/video_coding/main/source/media_optimization.cc (right): https://codereview.webrtc.org/1169543005/diff/120001/webrtc/modules/video_coding/main/source/media_optimization.cc#newcode133 webrtc/modules/video_coding/main/source/media_optimization.cc:133: RTC_HISTOGRAM_COUNTS_100("WebRTC.Video.SentFramesPerSecond", fps); Can you move these histograms to SendStatisticsProxy? ...
5 years, 6 months ago (2015-06-09 12:49:01 UTC) #9
åsapersson
On 2015/06/09 12:49:01, pbos-webrtc wrote: > https://codereview.webrtc.org/1169543005/diff/120001/webrtc/modules/video_coding/main/source/media_optimization.cc > File webrtc/modules/video_coding/main/source/media_optimization.cc (right): > > https://codereview.webrtc.org/1169543005/diff/120001/webrtc/modules/video_coding/main/source/media_optimization.cc#newcode133 > ...
5 years, 6 months ago (2015-06-12 12:22:54 UTC) #10
pbos-webrtc
lgtm ship it
5 years, 6 months ago (2015-06-12 12:57:26 UTC) #11
pbos-webrtc
https://codereview.webrtc.org/1169543005/diff/190001/webrtc/video/send_statistics_proxy.cc File webrtc/video/send_statistics_proxy.cc (right): https://codereview.webrtc.org/1169543005/diff/190001/webrtc/video/send_statistics_proxy.cc#newcode36 webrtc/video/send_statistics_proxy.cc:36: void SendStatisticsProxy::UpdateHistograms() { See if EXCLUSIVE_LOCKS_REQUIRED(crit_) means that you ...
5 years, 6 months ago (2015-06-12 13:03:47 UTC) #12
åsapersson
On 2015/06/12 13:03:47, pbos-webrtc wrote: > https://codereview.webrtc.org/1169543005/diff/190001/webrtc/video/send_statistics_proxy.cc > File webrtc/video/send_statistics_proxy.cc (right): > > https://codereview.webrtc.org/1169543005/diff/190001/webrtc/video/send_statistics_proxy.cc#newcode36 > ...
5 years, 6 months ago (2015-06-12 13:13:42 UTC) #13
pbos-webrtc
lgtm
5 years, 6 months ago (2015-06-12 14:03:34 UTC) #14
stefan-webrtc
lgtm
5 years, 6 months ago (2015-06-16 07:35:00 UTC) #15
åsapersson
5 years, 6 months ago (2015-06-16 08:17:16 UTC) #16
Message was sent while issue was closed.
Committed patchset #8 (id:250001) manually as
24b4eda6f4fdfd33d2c3e82df1390bad55953f5d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698