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

Issue 2179223003: Convenience functions to set axis properties in visualization tool. (Closed)

Created:
4 years, 4 months ago by terelius
Modified:
4 years, 4 months ago
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Convenience functions to set axis properties in visualization tool. Also makes the properties protected, as previously requested by Stefan. Committed: https://crrev.com/dc35dcd4dce9d6e3737434aed57ec3b78b0feba0 Cr-Commit-Position: refs/heads/master@{#13593}

Patch Set 1 #

Total comments: 24

Patch Set 2 : Comments from Danil #

Total comments: 4

Patch Set 3 : Move includes to .cc file #

Patch Set 4 : Rebase #

Patch Set 5 : Rebase #

Patch Set 6 : Change literal type to avoid VC++ compile warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+249 lines, -177 lines) Patch
M webrtc/tools/BUILD.gn View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/tools/event_log_visualizer/analyzer.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M webrtc/tools/event_log_visualizer/analyzer.cc View 1 2 3 4 5 21 chunks +61 lines, -117 lines 0 comments Download
M webrtc/tools/event_log_visualizer/generate_timeseries.cc View 1 2 3 2 chunks +12 lines, -12 lines 0 comments Download
M webrtc/tools/event_log_visualizer/plot_base.h View 1 2 3 1 chunk +63 lines, -16 lines 0 comments Download
A webrtc/tools/event_log_visualizer/plot_base.cc View 1 2 1 chunk +75 lines, -0 lines 0 comments Download
M webrtc/tools/event_log_visualizer/plot_python.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webrtc/tools/event_log_visualizer/plot_python.cc View 1 2 3 3 chunks +30 lines, -29 lines 0 comments Download
M webrtc/tools/tools.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 23 (9 generated)
terelius
Please take a look.
4 years, 4 months ago (2016-07-26 09:18:17 UTC) #2
danilchap
nice to see more common style in tools. few suggestions: https://codereview.webrtc.org/2179223003/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2179223003/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode31 ...
4 years, 4 months ago (2016-07-26 10:52:47 UTC) #3
terelius
https://codereview.webrtc.org/2179223003/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc File webrtc/tools/event_log_visualizer/analyzer.cc (right): https://codereview.webrtc.org/2179223003/diff/1/webrtc/tools/event_log_visualizer/analyzer.cc#newcode31 webrtc/tools/event_log_visualizer/analyzer.cc:31: namespace { On 2016/07/26 10:52:46, danilchap wrote: > it ...
4 years, 4 months ago (2016-07-26 17:37:39 UTC) #5
danilchap
lgtm % nit https://codereview.webrtc.org/2179223003/diff/20001/webrtc/tools/event_log_visualizer/plot_base.h File webrtc/tools/event_log_visualizer/plot_base.h (right): https://codereview.webrtc.org/2179223003/diff/20001/webrtc/tools/event_log_visualizer/plot_base.h#newcode13 webrtc/tools/event_log_visualizer/plot_base.h:13: #include <algorithm> with implementation moved to ...
4 years, 4 months ago (2016-07-27 08:39:07 UTC) #6
terelius
https://codereview.webrtc.org/2179223003/diff/20001/webrtc/tools/event_log_visualizer/plot_base.h File webrtc/tools/event_log_visualizer/plot_base.h (right): https://codereview.webrtc.org/2179223003/diff/20001/webrtc/tools/event_log_visualizer/plot_base.h#newcode13 webrtc/tools/event_log_visualizer/plot_base.h:13: #include <algorithm> On 2016/07/27 08:39:07, danilchap wrote: > with ...
4 years, 4 months ago (2016-07-28 15:23:04 UTC) #7
terelius
ping
4 years, 4 months ago (2016-07-29 15:33:46 UTC) #8
stefan-webrtc
lgtm
4 years, 4 months ago (2016-08-01 11:08:22 UTC) #9
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/2179223003/100001
4 years, 4 months ago (2016-08-01 13:05:03 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/7095)
4 years, 4 months ago (2016-08-01 13:23:55 UTC) #14
terelius
Henrik, I need owner approval for BUILD.gn. Could you take a look?
4 years, 4 months ago (2016-08-01 18:00:08 UTC) #16
kjellander_webrtc
lgtm
4 years, 4 months ago (2016-08-01 18:57:14 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/2179223003/100001
4 years, 4 months ago (2016-08-01 18:57:26 UTC) #19
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 4 months ago (2016-08-01 19:03:31 UTC) #21
commit-bot: I haz the power
4 years, 4 months ago (2016-08-01 19:03:42 UTC) #23
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/dc35dcd4dce9d6e3737434aed57ec3b78b0feba0
Cr-Commit-Position: refs/heads/master@{#13593}

Powered by Google App Engine
This is Rietveld 408576698