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

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

Issue 2557073002: Add method needed to extract frame capture and arrival timestamps from rtc event logs. (Closed)
Patch Set: . Created 4 years 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
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 5cbcf79b8a373cbd5da4d6d692b8ddec88b5247b..b08032a0033405e0f6d1a261a5bbd723abc38600 100644
--- a/webrtc/tools/event_log_visualizer/analyzer.h
+++ b/webrtc/tools/event_log_visualizer/analyzer.h
@@ -86,6 +86,8 @@ class EventLogAnalyzer {
void CreateNetworkDelayFeedbackGraph(Plot* plot);
+ std::vector<int64_t> GetFrameTimestamps() const;
+
private:
class StreamId {
public:
« no previous file with comments | « no previous file | webrtc/tools/event_log_visualizer/analyzer.cc » ('j') | webrtc/tools/event_log_visualizer/analyzer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698