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

Issue 1289933003: Full stack graphs (Closed)

Created:
5 years, 4 months ago by ivica
Modified:
5 years, 3 months ago
CC:
webrtc-reviews_webrtc.org, yujie_mao (webrtc), Andrew MacDonald, stefan-webrtc, tterriberry_mozilla.com, qiang.lu, niklas.enbom, mflodman, perkj_webrtc, andresp
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Full stack graphs Updating full stack test to optionally save metadata for each frame and save it to a file with given filename (controlled from the new full_stack_samples executable). Adding a Python script that reads the output generated by full stack test and plots the graph(s). Committed: https://crrev.com/05cfcd34693d86de7a1a481f071eae561361588a Cr-Commit-Position: refs/heads/master@{#9874}

Patch Set 1 #

Patch Set 2 : Small fixes #

Patch Set 3 : Unsigned to signed int conversion fix #

Patch Set 4 : Removing unused define + rebase master #

Total comments: 16

Patch Set 5 : Addressed comments #

Patch Set 6 : printf size_t + git cl format #

Patch Set 7 : Fixing offset and frames arguments #

Patch Set 8 : Adding option to save the plot to a file #

Patch Set 9 : Fixing labels and field none. #

Total comments: 13

Patch Set 10 : Addressed comments #

Patch Set 11 : Fixing docstring #

Total comments: 12

Patch Set 12 : Addressing comments #

Total comments: 2

Patch Set 13 : rebase master #

Patch Set 14 : rebase master #

Patch Set 15 : addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+753 lines, -43 lines) Patch
A webrtc/video/full_stack.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +52 lines, -0 lines 0 comments Download
M webrtc/video/full_stack.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 chunks +115 lines, -43 lines 0 comments Download
A webrtc/video/full_stack_plot.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +414 lines, -0 lines 0 comments Download
A webrtc/video/full_stack_quality_sampler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +142 lines, -0 lines 0 comments Download
M webrtc/video/video_receive_stream.cc View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -0 lines 0 comments Download
M webrtc/webrtc_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 49 (19 generated)
ivica
5 years, 4 months ago (2015-08-13 16:00:34 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1289933003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1289933003/20001
5 years, 4 months ago (2015-08-18 09:27:16 UTC) #4
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/377)
5 years, 4 months ago (2015-08-18 09:29:27 UTC) #6
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1289933003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1289933003/40001
5 years, 4 months ago (2015-08-18 09:35:23 UTC) #8
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/linux/builds/9043)
5 years, 4 months ago (2015-08-18 09:50:47 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1289933003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1289933003/60001
5 years, 4 months ago (2015-08-18 14:26:25 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/388)
5 years, 4 months ago (2015-08-18 14:29:05 UTC) #14
sprang_webrtc
https://codereview.webrtc.org/1289933003/diff/60001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc File webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc (right): https://codereview.webrtc.org/1289933003/diff/60001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc#newcode410 webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc:410: vpx_codec_control(encoder_, VP8E_SET_STATIC_THRESHOLD, 1); one-line comments about what these are ...
5 years, 4 months ago (2015-08-19 13:33:37 UTC) #15
ivica
https://codereview.webrtc.org/1289933003/diff/60001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc File webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc (right): https://codereview.webrtc.org/1289933003/diff/60001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc#newcode410 webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc:410: vpx_codec_control(encoder_, VP8E_SET_STATIC_THRESHOLD, 1); On 2015/08/19 13:33:37, språng wrote: > ...
5 years, 4 months ago (2015-08-20 13:25:59 UTC) #16
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1289933003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1289933003/100001
5 years, 4 months ago (2015-08-20 13:26:53 UTC) #18
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/441)
5 years, 4 months ago (2015-08-20 13:37:15 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1289933003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1289933003/120001
5 years, 4 months ago (2015-08-24 09:50:06 UTC) #22
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/469)
5 years, 4 months ago (2015-08-24 09:56:46 UTC) #24
ivica
Replacing mflodman with pbos for review.
5 years, 4 months ago (2015-08-25 08:47:12 UTC) #26
pbos-webrtc
On 2015/08/25 08:47:12, ivica wrote: > Replacing mflodman with pbos for review. you don't have ...
5 years, 4 months ago (2015-08-25 09:03:54 UTC) #27
ivica
Putting mflodman back :P
5 years, 4 months ago (2015-08-25 09:06:19 UTC) #29
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1289933003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1289933003/160001
5 years, 3 months ago (2015-08-26 09:28:11 UTC) #31
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: mac_baremetal on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
5 years, 3 months ago (2015-08-26 11:28:20 UTC) #33
sprang_webrtc
https://codereview.webrtc.org/1289933003/diff/160001/webrtc/video/full_stack.cc File webrtc/video/full_stack.cc (right): https://codereview.webrtc.org/1289933003/diff/160001/webrtc/video/full_stack.cc#newcode157 webrtc/video/full_stack.cc:157: length - (header.headerLength + header.paddingLength); Do we ever use ...
5 years, 3 months ago (2015-09-03 08:59:39 UTC) #34
ivica
Also renamed decoded_time_ms to render_time_ms, because it might include intentional delay which smooths out the ...
5 years, 3 months ago (2015-09-03 09:30:34 UTC) #35
sprang_webrtc
lgtm pbos@ ptal https://codereview.webrtc.org/1289933003/diff/160001/webrtc/video/full_stack.cc File webrtc/video/full_stack.cc (right): https://codereview.webrtc.org/1289933003/diff/160001/webrtc/video/full_stack.cc#newcode157 webrtc/video/full_stack.cc:157: length - (header.headerLength + header.paddingLength); On ...
5 years, 3 months ago (2015-09-03 11:53:22 UTC) #36
pbos-webrtc
https://codereview.webrtc.org/1289933003/diff/200001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc File webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc (right): https://codereview.webrtc.org/1289933003/diff/200001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc#newcode407 webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc:407: if (codec_.mode == kScreensharing) { This doesn't sound like ...
5 years, 3 months ago (2015-09-03 14:59:28 UTC) #37
ivica
https://codereview.webrtc.org/1289933003/diff/200001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc File webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc (right): https://codereview.webrtc.org/1289933003/diff/200001/webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc#newcode407 webrtc/modules/video_coding/codecs/vp9/vp9_impl.cc:407: if (codec_.mode == kScreensharing) { On 2015/09/03 14:59:27, pbos-webrtc ...
5 years, 3 months ago (2015-09-03 16:24:23 UTC) #38
pbos-webrtc
lgtm with comments fixed https://codereview.webrtc.org/1289933003/diff/200001/webrtc/video/full_stack.h File webrtc/video/full_stack.h (right): https://codereview.webrtc.org/1289933003/diff/200001/webrtc/video/full_stack.h#newcode36 webrtc/video/full_stack.h:36: std::string stats_output_filename; On 2015/09/03 16:24:23, ...
5 years, 3 months ago (2015-09-07 09:51:05 UTC) #39
ivica
https://codereview.webrtc.org/1289933003/diff/200001/webrtc/video/full_stack.h File webrtc/video/full_stack.h (right): https://codereview.webrtc.org/1289933003/diff/200001/webrtc/video/full_stack.h#newcode36 webrtc/video/full_stack.h:36: std::string stats_output_filename; On 2015/09/07 09:51:04, pbos-webrtc wrote: > On ...
5 years, 3 months ago (2015-09-07 10:06:12 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1289933003/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1289933003/280001
5 years, 3 months ago (2015-09-07 10:06:20 UTC) #43
commit-bot: I haz the power
Try jobs failed on following builders: android on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
5 years, 3 months ago (2015-09-07 12:06:29 UTC) #45
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1289933003/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1289933003/280001
5 years, 3 months ago (2015-09-07 13:02:23 UTC) #47
commit-bot: I haz the power
Committed patchset #15 (id:280001)
5 years, 3 months ago (2015-09-07 13:04:19 UTC) #48
commit-bot: I haz the power
5 years, 3 months ago (2015-09-07 13:04:33 UTC) #49
Message was sent while issue was closed.
Patchset 15 (id:??) landed as
https://crrev.com/05cfcd34693d86de7a1a481f071eae561361588a
Cr-Commit-Position: refs/heads/master@{#9874}

Powered by Google App Engine
This is Rietveld 408576698