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

Issue 2824973003: Event log visualizer TimeSeries is now created on the stack and then moved into the vector of serie… (Closed)

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

Description

Event log visualizer TimeSeries is now created on the stack and then moved into the vector of series. BUG=none Review-Url: https://codereview.webrtc.org/2824973003 Cr-Commit-Position: refs/heads/master@{#17763} Committed: https://chromium.googlesource.com/external/webrtc/+/35ba9bd5970f91cdb1513a21694cb8fd78de5308

Patch Set 1 #

Total comments: 23

Patch Set 2 : Feedback #

Total comments: 2

Patch Set 3 : Feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -66 lines) Patch
M webrtc/tools/event_log_visualizer/analyzer.cc View 1 2 25 chunks +53 lines, -51 lines 0 comments Download
M webrtc/tools/event_log_visualizer/plot_base.h View 3 chunks +4 lines, -7 lines 0 comments Download
M webrtc/tools/event_log_visualizer/plot_base.cc View 1 chunk +2 lines, -8 lines 0 comments Download
M webrtc/tools/event_log_visualizer/plot_python.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
philipel
https://codereview.webrtc.org/2824973003/diff/1/webrtc/tools/event_log_visualizer/plot_python.cc File webrtc/tools/event_log_visualizer/plot_python.cc (right): https://codereview.webrtc.org/2824973003/diff/1/webrtc/tools/event_log_visualizer/plot_python.cc#newcode36 webrtc/tools/event_log_visualizer/plot_python.cc:36: printf("\n# === Series: %s ===\n", series_list_[i].label.c_str()); Makes it easier ...
3 years, 8 months ago (2017-04-18 12:54:24 UTC) #2
terelius
https://codereview.webrtc.org/2824973003/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2824973003/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode869 webrtc/tools/event_log_visualizer/analyzer.cc:869: TimeSeries time_series = TimeSeries("Fraction lost", LINE_DOT_GRAPH); TimeSeries time_series("Fraction lost", ...
3 years, 8 months ago (2017-04-18 16:17:54 UTC) #3
philipel
https://codereview.webrtc.org/2824973003/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2824973003/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode869 webrtc/tools/event_log_visualizer/analyzer.cc:869: TimeSeries time_series = TimeSeries("Fraction lost", LINE_DOT_GRAPH); On 2017/04/18 16:17:54, ...
3 years, 8 months ago (2017-04-19 08:59:37 UTC) #4
terelius
Nice! Thanks for fixing this. lgtm with one nit: https://codereview.webrtc.org/2824973003/diff/20001/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2824973003/diff/20001/webrtc/tools/event_log_visualizer/analyzer.cc#newcode1311 webrtc/tools/event_log_visualizer/analyzer.cc:1311: ...
3 years, 8 months ago (2017-04-19 09:20:19 UTC) #5
philipel
https://codereview.webrtc.org/2824973003/diff/20001/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2824973003/diff/20001/webrtc/tools/event_log_visualizer/analyzer.cc#newcode1311 webrtc/tools/event_log_visualizer/analyzer.cc:1311: plot->AppendTimeSeries(std::move(time_series)); On 2017/04/19 09:20:18, terelius wrote: > nit: I'd ...
3 years, 8 months ago (2017-04-19 12:32:11 UTC) #6
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/2824973003/40001
3 years, 8 months ago (2017-04-19 12:32:21 UTC) #9
commit-bot: I haz the power
3 years, 8 months ago (2017-04-19 12:58:56 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/external/webrtc/+/35ba9bd5970f91cdb1513a216...

Powered by Google App Engine
This is Rietveld 408576698