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

Issue 2530393003: Move histogram for number of pause events to per stream. (Closed)

Created:
4 years ago by åsapersson
Modified:
4 years ago
Reviewers:
stefan-webrtc, mflodman
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, mflodman
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Move histogram for number of pause events to per stream: "WebRTC.Call.NumberOfPauseEvents" -> "WebRTC.Video.NumberOfPauseEvents" Recorded if a certain time has passed (10 sec) since the first media packet was sent. Moved to per stream to know when media has started and to prevent logging stats for calls that was never in use. Add histogram for percentage of paused video time for sent video streams: "WebRTC.Video.PausedTimeInPercent" BUG=b/32659204 Review-Url: https://codereview.webrtc.org/2530393003 Cr-Commit-Position: refs/heads/master@{#15681} Committed: https://chromium.googlesource.com/external/webrtc/+/66d4b3741487da22a7bd63d07160052883413245

Patch Set 1 : Moved from https://codereview.webrtc.org/2482763003/ #

Patch Set 2 #

Patch Set 3 #

Patch Set 4 : rebase #

Total comments: 3

Patch Set 5 #

Patch Set 6 : change int to int64_t #

Patch Set 7 : fix comment #

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

Messages

Total messages: 53 (45 generated)
åsapersson
4 years ago (2016-12-01 16:00:00 UTC) #20
stefan-webrtc
https://codereview.webrtc.org/2530393003/diff/240001/webrtc/video/send_statistics_proxy.cc File webrtc/video/send_statistics_proxy.cc (right): https://codereview.webrtc.org/2530393003/diff/240001/webrtc/video/send_statistics_proxy.cc#newcode329 webrtc/video/send_statistics_proxy.cc:329: paused_time_counter_.Percent(metrics::kMinRunTimeInSeconds * 1000); Why is this argument passed in? ...
4 years ago (2016-12-13 12:18:01 UTC) #31
åsapersson
https://codereview.webrtc.org/2530393003/diff/240001/webrtc/video/send_statistics_proxy.cc File webrtc/video/send_statistics_proxy.cc (right): https://codereview.webrtc.org/2530393003/diff/240001/webrtc/video/send_statistics_proxy.cc#newcode329 webrtc/video/send_statistics_proxy.cc:329: paused_time_counter_.Percent(metrics::kMinRunTimeInSeconds * 1000); On 2016/12/13 12:18:01, stefan-webrtc (holmer) wrote: ...
4 years ago (2016-12-13 12:51:32 UTC) #32
stefan-webrtc
lgtm https://codereview.webrtc.org/2530393003/diff/240001/webrtc/video/send_statistics_proxy.cc File webrtc/video/send_statistics_proxy.cc (right): https://codereview.webrtc.org/2530393003/diff/240001/webrtc/video/send_statistics_proxy.cc#newcode329 webrtc/video/send_statistics_proxy.cc:329: paused_time_counter_.Percent(metrics::kMinRunTimeInSeconds * 1000); On 2016/12/13 12:51:32, åsapersson wrote: ...
4 years ago (2016-12-19 12:37:15 UTC) #43
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/2530393003/340001
4 years ago (2016-12-19 13:58:14 UTC) #46
commit-bot: I haz the power
Try jobs failed on following builders: android_rel on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_rel/builds/19481)
4 years ago (2016-12-19 14:32:42 UTC) #48
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/2530393003/340001
4 years ago (2016-12-19 14:36:41 UTC) #50
commit-bot: I haz the power
4 years ago (2016-12-19 14:50:59 UTC) #53
Message was sent while issue was closed.
Committed patchset #7 (id:340001) as
https://chromium.googlesource.com/external/webrtc/+/66d4b3741487da22a7bd63d07...

Powered by Google App Engine
This is Rietveld 408576698