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

Issue 2695613005: Add ana config to event log visualiser (Closed)

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

Description

Add ana config to event log visualiser BUG=webrtc:7160 Review-Url: https://codereview.webrtc.org/2695613005 Cr-Commit-Position: refs/heads/master@{#16776} Committed: https://chromium.googlesource.com/external/webrtc/+/6e5b2195d72fd469b7e222fd06d7612a09727b6f

Patch Set 1 #

Total comments: 6

Patch Set 2 : Respond to comments #

Total comments: 6

Patch Set 3 : Respond to comments #

Total comments: 2

Patch Set 4 : Respond to comments #

Total comments: 4

Patch Set 5 : Respond to comments #

Patch Set 6 : Rebased #

Patch Set 7 : Fix for windows build. #

Patch Set 8 : Replaced std::function with FunctionView #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -0 lines) Patch
M webrtc/tools/event_log_visualizer/analyzer.h View 1 2 3 4 5 6 7 5 chunks +20 lines, -0 lines 0 comments Download
M webrtc/tools/event_log_visualizer/analyzer.cc View 1 2 3 4 5 6 7 3 chunks +106 lines, -0 lines 0 comments Download
M webrtc/tools/event_log_visualizer/main.cc View 1 2 2 chunks +40 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 40 (23 generated)
michaelt
Hi, here the cl for event log and ana
3 years, 10 months ago (2017-02-14 16:51:28 UTC) #3
minyue-webrtc
good job! I have a few comments https://codereview.webrtc.org/2695613005/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2695613005/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode1284 webrtc/tools/event_log_visualizer/analyzer.cc:1284: for (auto& ...
3 years, 10 months ago (2017-02-14 17:04:22 UTC) #4
michaelt
https://codereview.webrtc.org/2695613005/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2695613005/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode1284 webrtc/tools/event_log_visualizer/analyzer.cc:1284: for (auto& ana_event : audio_network_adaptation_events_) { Rigth, but it ...
3 years, 10 months ago (2017-02-15 08:06:46 UTC) #5
minyue-webrtc
https://codereview.webrtc.org/2695613005/diff/20001/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2695613005/diff/20001/webrtc/tools/event_log_visualizer/analyzer.cc#newcode1283 webrtc/tools/event_log_visualizer/analyzer.cc:1283: plot->series_list_.push_back(TimeSeries()); Sorry, I said template but may be a ...
3 years, 10 months ago (2017-02-15 09:00:23 UTC) #6
michaelt
https://codereview.webrtc.org/2695613005/diff/20001/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2695613005/diff/20001/webrtc/tools/event_log_visualizer/analyzer.cc#newcode1283 webrtc/tools/event_log_visualizer/analyzer.cc:1283: plot->series_list_.push_back(TimeSeries()); tried a solution with lamdas. https://codereview.webrtc.org/2695613005/diff/20001/webrtc/tools/event_log_visualizer/main.cc File webrtc/tools/event_log_visualizer/main.cc ...
3 years, 10 months ago (2017-02-15 10:31:00 UTC) #7
minyue-webrtc
https://codereview.webrtc.org/2695613005/diff/40001/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2695613005/diff/40001/webrtc/tools/event_log_visualizer/analyzer.cc#newcode115 webrtc/tools/event_log_visualizer/analyzer.cc:115: std::function<void(Plot* plot, can we make this function return y ...
3 years, 10 months ago (2017-02-15 15:33:44 UTC) #9
minyue-webrtc
+terelius
3 years, 10 months ago (2017-02-15 15:33:58 UTC) #10
michaelt
https://codereview.webrtc.org/2695613005/diff/40001/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2695613005/diff/40001/webrtc/tools/event_log_visualizer/analyzer.cc#newcode115 webrtc/tools/event_log_visualizer/analyzer.cc:115: std::function<void(Plot* plot, Yes
3 years, 10 months ago (2017-02-16 07:30:41 UTC) #11
minyue-webrtc
https://codereview.webrtc.org/2695613005/diff/60001/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2695613005/diff/60001/webrtc/tools/event_log_visualizer/analyzer.cc#newcode111 webrtc/tools/event_log_visualizer/analyzer.cc:111: void FillAudioEncoderTimeSeries( I don't mind making this a member ...
3 years, 10 months ago (2017-02-16 09:54:56 UTC) #12
terelius
https://codereview.webrtc.org/2695613005/diff/60001/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2695613005/diff/60001/webrtc/tools/event_log_visualizer/analyzer.cc#newcode111 webrtc/tools/event_log_visualizer/analyzer.cc:111: void FillAudioEncoderTimeSeries( On 2017/02/16 09:54:56, minyue-webrtc wrote: > I ...
3 years, 10 months ago (2017-02-16 10:02:28 UTC) #13
michaelt
https://codereview.webrtc.org/2695613005/diff/60001/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2695613005/diff/60001/webrtc/tools/event_log_visualizer/analyzer.cc#newcode111 webrtc/tools/event_log_visualizer/analyzer.cc:111: void FillAudioEncoderTimeSeries( The rtc::Optional in "FillAudioEncoderTimeSeries" is different than ...
3 years, 10 months ago (2017-02-16 10:24:22 UTC) #14
michaelt
https://codereview.webrtc.org/2695613005/diff/60001/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2695613005/diff/60001/webrtc/tools/event_log_visualizer/analyzer.cc#newcode111 webrtc/tools/event_log_visualizer/analyzer.cc:111: void FillAudioEncoderTimeSeries( On the other hand it would be ...
3 years, 10 months ago (2017-02-16 10:29:42 UTC) #15
minyue-webrtc
On 2017/02/16 10:29:42, michaelt wrote: > https://codereview.webrtc.org/2695613005/diff/60001/webrtc/tools/event_log_visualizer/analyzer.cc > File webrtc/tools/event_log_visualizer/analyzer.cc (right): > > https://codereview.webrtc.org/2695613005/diff/60001/webrtc/tools/event_log_visualizer/analyzer.cc#newcode111 > ...
3 years, 10 months ago (2017-02-20 15:41:21 UTC) #16
terelius
On 2017/02/20 15:41:21, minyue-webrtc wrote: > On 2017/02/16 10:29:42, michaelt wrote: > > > https://codereview.webrtc.org/2695613005/diff/60001/webrtc/tools/event_log_visualizer/analyzer.cc ...
3 years, 10 months ago (2017-02-21 13:06:40 UTC) #17
minyue-webrtc
lgtm
3 years, 10 months ago (2017-02-22 08:56:21 UTC) #18
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/2695613005/140001
3 years, 10 months ago (2017-02-22 15:30:41 UTC) #37
commit-bot: I haz the power
3 years, 10 months ago (2017-02-22 15:33:31 UTC) #40
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/external/webrtc/+/6e5b2195d72fd469b7e222fd0...

Powered by Google App Engine
This is Rietveld 408576698