| Index: webrtc/tools/event_log_visualizer/analyzer.h
|
| diff --git a/webrtc/tools/event_log_visualizer/analyzer.h b/webrtc/tools/event_log_visualizer/analyzer.h
|
| index 1a82dccad3b91d49227c8358fe6e80dd9301a335..bb7667fbb8adb9bacfed5a0ca2e0f52550e09d89 100644
|
| --- a/webrtc/tools/event_log_visualizer/analyzer.h
|
| +++ b/webrtc/tools/event_log_visualizer/analyzer.h
|
| @@ -85,6 +85,7 @@ class EventLogAnalyzer {
|
| void CreateBweSimulationGraph(Plot* plot);
|
|
|
| void CreateNetworkDelayFeedbackGraph(Plot* plot);
|
| + void CreateTimestampGraph(Plot* plot);
|
|
|
| // Returns a vector of capture and arrival timestamps for the video frames
|
| // of the stream with the most number of frames.
|
|
|