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

Issue 2826313004: Added -show_detector_state which show the detector state in the total bitrate graph. (Closed)

Created:
3 years, 8 months ago by philipel
Modified:
3 years, 5 months ago
Reviewers:
terelius
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Added -show_detector_state which show the detector state in the total bitrate graph. BUG=none Review-Url: https://codereview.webrtc.org/2826313004 Cr-Commit-Position: refs/heads/master@{#19020} Committed: https://chromium.googlesource.com/external/webrtc/+/23c7f2526621ae9283e694a7c329780713dafb25

Patch Set 1 #

Total comments: 11

Patch Set 2 : Feedback #

Total comments: 3

Patch Set 3 : Feedback #

Patch Set 4 : Rebase #

Patch Set 5 : IntervalSeries struct #

Total comments: 12

Patch Set 6 : Feedback #

Total comments: 6

Patch Set 7 : Revert window_duration and rebase #

Patch Set 8 : kVertical ---> kHorizontal #

Total comments: 6

Patch Set 9 : Intervals now show up in the legend. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -6 lines) Patch
M webrtc/rtc_tools/event_log_visualizer/analyzer.h View 1 2 3 4 5 6 1 chunk +3 lines, -1 line 0 comments Download
M webrtc/rtc_tools/event_log_visualizer/analyzer.cc View 1 2 3 4 5 6 7 8 3 chunks +43 lines, -1 line 0 comments Download
M webrtc/rtc_tools/event_log_visualizer/main.cc View 1 2 3 4 5 6 2 chunks +9 lines, -2 lines 0 comments Download
M webrtc/rtc_tools/event_log_visualizer/plot_base.h View 1 2 3 4 5 3 chunks +27 lines, -0 lines 0 comments Download
M webrtc/rtc_tools/event_log_visualizer/plot_base.cc View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M webrtc/rtc_tools/event_log_visualizer/plot_python.cc View 1 2 3 4 5 6 7 8 5 chunks +53 lines, -2 lines 0 comments Download

Messages

Total messages: 26 (4 generated)
philipel
3 years, 8 months ago (2017-04-20 12:36:41 UTC) #2
terelius
https://codereview.webrtc.org/2826313004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2826313004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode948 webrtc/tools/event_log_visualizer/analyzer.cc:948: overusing_series.color = "#ff8e82"; Color seems like a UI choice. ...
3 years, 8 months ago (2017-04-24 11:58:06 UTC) #3
philipel
https://codereview.webrtc.org/2826313004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2826313004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode948 webrtc/tools/event_log_visualizer/analyzer.cc:948: overusing_series.color = "#ff8e82"; On 2017/04/24 11:58:06, terelius wrote: > ...
3 years, 8 months ago (2017-04-26 12:56:28 UTC) #4
terelius
https://codereview.webrtc.org/2826313004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2826313004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode948 webrtc/tools/event_log_visualizer/analyzer.cc:948: overusing_series.color = "#ff8e82"; On 2017/04/26 12:56:28, philipel wrote: > ...
3 years, 8 months ago (2017-04-26 13:40:09 UTC) #5
terelius
https://codereview.webrtc.org/2826313004/diff/20001/webrtc/tools/event_log_visualizer/plot_base.h File webrtc/tools/event_log_visualizer/plot_base.h (right): https://codereview.webrtc.org/2826313004/diff/20001/webrtc/tools/event_log_visualizer/plot_base.h#newcode27 webrtc/tools/event_log_visualizer/plot_base.h:27: VSPAN_GRAPH Shouldn't this be called HSPAN (or HORIZONTAL_SPAN or ...
3 years, 8 months ago (2017-04-26 13:51:51 UTC) #6
philipel
https://codereview.webrtc.org/2826313004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2826313004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode948 webrtc/tools/event_log_visualizer/analyzer.cc:948: overusing_series.color = "#ff8e82"; On 2017/04/26 13:40:09, terelius wrote: > ...
3 years, 8 months ago (2017-04-26 14:08:01 UTC) #7
terelius
https://codereview.webrtc.org/2826313004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2826313004/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode948 webrtc/tools/event_log_visualizer/analyzer.cc:948: overusing_series.color = "#ff8e82"; On 2017/04/26 14:08:01, philipel wrote: > ...
3 years, 7 months ago (2017-04-27 11:31:00 UTC) #8
philipel
Updated with feedback, PTAL
3 years, 5 months ago (2017-07-04 11:47:20 UTC) #9
terelius
https://codereview.webrtc.org/2826313004/diff/80001/webrtc/rtc_tools/event_log_visualizer/plot_base.h File webrtc/rtc_tools/event_log_visualizer/plot_base.h (right): https://codereview.webrtc.org/2826313004/diff/80001/webrtc/rtc_tools/event_log_visualizer/plot_base.h#newcode55 webrtc/rtc_tools/event_log_visualizer/plot_base.h:55: std::string color; This is not used as far as ...
3 years, 5 months ago (2017-07-04 12:22:01 UTC) #10
philipel
https://codereview.webrtc.org/2826313004/diff/80001/webrtc/rtc_tools/event_log_visualizer/plot_base.h File webrtc/rtc_tools/event_log_visualizer/plot_base.h (right): https://codereview.webrtc.org/2826313004/diff/80001/webrtc/rtc_tools/event_log_visualizer/plot_base.h#newcode55 webrtc/rtc_tools/event_log_visualizer/plot_base.h:55: std::string color; On 2017/07/04 12:22:01, terelius wrote: > This ...
3 years, 5 months ago (2017-07-04 12:55:10 UTC) #11
terelius
https://codereview.webrtc.org/2826313004/diff/80001/webrtc/rtc_tools/event_log_visualizer/plot_base.h File webrtc/rtc_tools/event_log_visualizer/plot_base.h (right): https://codereview.webrtc.org/2826313004/diff/80001/webrtc/rtc_tools/event_log_visualizer/plot_base.h#newcode55 webrtc/rtc_tools/event_log_visualizer/plot_base.h:55: std::string color; On 2017/07/04 12:55:10, philipel wrote: > On ...
3 years, 5 months ago (2017-07-07 13:42:01 UTC) #12
philipel
https://codereview.webrtc.org/2826313004/diff/80001/webrtc/rtc_tools/event_log_visualizer/plot_base.h File webrtc/rtc_tools/event_log_visualizer/plot_base.h (right): https://codereview.webrtc.org/2826313004/diff/80001/webrtc/rtc_tools/event_log_visualizer/plot_base.h#newcode55 webrtc/rtc_tools/event_log_visualizer/plot_base.h:55: std::string color; On 2017/07/07 13:42:01, terelius wrote: > On ...
3 years, 5 months ago (2017-07-11 14:12:35 UTC) #13
terelius
On 2017/07/11 14:12:35, philipel wrote: > https://codereview.webrtc.org/2826313004/diff/80001/webrtc/rtc_tools/event_log_visualizer/plot_base.h > File webrtc/rtc_tools/event_log_visualizer/plot_base.h (right): > > https://codereview.webrtc.org/2826313004/diff/80001/webrtc/rtc_tools/event_log_visualizer/plot_base.h#newcode55 > ...
3 years, 5 months ago (2017-07-11 14:45:03 UTC) #14
terelius
https://codereview.webrtc.org/2826313004/diff/100001/webrtc/rtc_tools/event_log_visualizer/analyzer.cc File webrtc/rtc_tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2826313004/diff/100001/webrtc/rtc_tools/event_log_visualizer/analyzer.cc#newcode963 webrtc/rtc_tools/event_log_visualizer/analyzer.cc:963: IntervalSeries::kVertical); On 2017/07/11 14:12:35, philipel wrote: > On 2017/07/07 ...
3 years, 5 months ago (2017-07-11 14:45:12 UTC) #15
philipel
On 2017/07/11 14:45:03, terelius wrote: > On 2017/07/11 14:12:35, philipel wrote: > > > https://codereview.webrtc.org/2826313004/diff/80001/webrtc/rtc_tools/event_log_visualizer/plot_base.h ...
3 years, 5 months ago (2017-07-11 15:38:37 UTC) #16
philipel
https://codereview.webrtc.org/2826313004/diff/100001/webrtc/rtc_tools/event_log_visualizer/analyzer.cc File webrtc/rtc_tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2826313004/diff/100001/webrtc/rtc_tools/event_log_visualizer/analyzer.cc#newcode963 webrtc/rtc_tools/event_log_visualizer/analyzer.cc:963: IntervalSeries::kVertical); On 2017/07/11 14:45:11, terelius wrote: > On 2017/07/11 ...
3 years, 5 months ago (2017-07-11 15:42:07 UTC) #17
terelius
On 2017/07/11 15:38:37, philipel wrote: > On 2017/07/11 14:45:03, terelius wrote: > > On 2017/07/11 ...
3 years, 5 months ago (2017-07-11 21:24:41 UTC) #18
terelius
https://codereview.webrtc.org/2826313004/diff/140001/webrtc/rtc_tools/event_log_visualizer/plot_python.cc File webrtc/rtc_tools/event_log_visualizer/plot_python.cc (right): https://codereview.webrtc.org/2826313004/diff/140001/webrtc/rtc_tools/event_log_visualizer/plot_python.cc#newcode91 webrtc/rtc_tools/event_log_visualizer/plot_python.cc:91: // IntervalSeries printf("interval_colors = ['#ff8e82','#5092fc','#c4ffc4']\n"); RTC_CHECK_LE(interval_list.size(), 3); https://codereview.webrtc.org/2826313004/diff/140001/webrtc/rtc_tools/event_log_visualizer/plot_python.cc#newcode109 webrtc/rtc_tools/event_log_visualizer/plot_python.cc:109: ...
3 years, 5 months ago (2017-07-11 21:35:53 UTC) #19
philipel
https://codereview.webrtc.org/2826313004/diff/140001/webrtc/rtc_tools/event_log_visualizer/plot_python.cc File webrtc/rtc_tools/event_log_visualizer/plot_python.cc (right): https://codereview.webrtc.org/2826313004/diff/140001/webrtc/rtc_tools/event_log_visualizer/plot_python.cc#newcode91 webrtc/rtc_tools/event_log_visualizer/plot_python.cc:91: // IntervalSeries On 2017/07/11 21:35:52, terelius wrote: > printf("interval_colors ...
3 years, 5 months ago (2017-07-14 11:54:57 UTC) #20
terelius
lgtm Thanks!
3 years, 5 months ago (2017-07-14 12:48:43 UTC) #21
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/2826313004/160001
3 years, 5 months ago (2017-07-14 12:49:51 UTC) #23
commit-bot: I haz the power
3 years, 5 months ago (2017-07-14 13:30:08 UTC) #26
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/external/webrtc/+/23c7f2526621ae9283e694a7c...

Powered by Google App Engine
This is Rietveld 408576698