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 0b92c10e1086decd181b8b4ac63e621401fce8ad..399d0c3351f80a7e729fb9558044c2e536db4813 100644 |
--- a/webrtc/tools/event_log_visualizer/analyzer.h |
+++ b/webrtc/tools/event_log_visualizer/analyzer.h |
@@ -98,6 +98,9 @@ class EventLogAnalyzer { |
// First and last events of the log. |
uint64_t begin_time_; |
uint64_t end_time_; |
+ |
+ // Duration (in seconds) of log file. |
+ float call_duration_s_; |
}; |
} // namespace plotting |