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

Unified Diff: webrtc/tools/py_event_log_analyzer/README

Issue 1999113002: New rtc dump analyzing tool in Python (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added protobuf dependency back. Created 4 years, 6 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/BUILD.gn ('k') | webrtc/tools/py_event_log_analyzer/misc.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/py_event_log_analyzer/README
diff --git a/webrtc/tools/py_event_log_analyzer/README b/webrtc/tools/py_event_log_analyzer/README
new file mode 100644
index 0000000000000000000000000000000000000000..ed656ddef9c304b3b199b7a0c7642c90dcea2ead
--- /dev/null
+++ b/webrtc/tools/py_event_log_analyzer/README
@@ -0,0 +1,26 @@
+This file describes how to set up and use the RTP log analyzer.
+
+First build the tool with
+
+ ninja -C out/my_build webrtc:rtp_analyzer
+
+The tool is built by default, so
+
+ ninja -C out/my_build
+
+is enough.
+
+After building, run the tool as follows:
+
+ ./out/my_build/rtp_analyzer.sh <rtc event log>
+
+where <rtc event log> is a recorded RTC event log, which is stored in
+protobuf format. Such logs are generated in multiple ways, e.g. by
+Chrome through the chrome://webrtc-internals page.
+
+The script has been tested to work in python versions 3.4.1 and 2.7.6,
+but should work in all python versions.
+
+Working versions of NumPy (http://www.numpy.org/) and matplotlib
+(http://matplotlib.org/) are needed to run this tool. See this link
+with installation instructions (http://www.scipy.org/install.html).
« no previous file with comments | « webrtc/tools/BUILD.gn ('k') | webrtc/tools/py_event_log_analyzer/misc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698