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

Unified Diff: webrtc/tools/event_log_visualizer/plot_base.h

Issue 2782553005: Visualize events related to probing in the total bitrate graph. (Closed)
Patch Set: GRAPH --> CHART Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/tools/event_log_visualizer/chart.proto ('k') | webrtc/tools/event_log_visualizer/plot_protobuf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/event_log_visualizer/plot_base.h
diff --git a/webrtc/tools/event_log_visualizer/plot_base.h b/webrtc/tools/event_log_visualizer/plot_base.h
index 0c0ebc0b7c87593ee9e3559d13ff595122e6d145..b2ab299a58ba73fa1f6181a4ff55efad4be82bc7 100644
--- a/webrtc/tools/event_log_visualizer/plot_base.h
+++ b/webrtc/tools/event_log_visualizer/plot_base.h
@@ -18,7 +18,13 @@
namespace webrtc {
namespace plotting {
-enum PlotStyle { LINE_GRAPH, LINE_DOT_GRAPH, BAR_GRAPH, LINE_STEP_GRAPH };
+enum PlotStyle {
+ LINE_GRAPH,
+ LINE_DOT_GRAPH,
+ BAR_GRAPH,
+ LINE_STEP_GRAPH,
+ DOT_GRAPH
+};
struct TimeSeriesPoint {
TimeSeriesPoint(float x, float y) : x(x), y(y) {}
« no previous file with comments | « webrtc/tools/event_log_visualizer/chart.proto ('k') | webrtc/tools/event_log_visualizer/plot_protobuf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698