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

Side by Side Diff: webrtc/rtc_tools/py_event_log_analyzer/README

Issue 2965593002: Move webrtc/{tools => rtc_tools} (Closed)
Patch Set: Adding back root changes Created 3 years, 5 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 unified diff | Download patch
OLDNEW
1 This file describes how to set up and use the RTP log analyzer. 1 This file describes how to set up and use the RTP log analyzer.
2 2
3 First build the tool with 3 First build the tool with
4 4
5 ninja -C out/my_build webrtc:rtp_analyzer 5 ninja -C out/my_build webrtc:rtp_analyzer
6 6
7 The tool is built by default, so 7 The tool is built by default, so
8 8
9 ninja -C out/my_build 9 ninja -C out/my_build
10 10
(...skipping 12 matching lines...) Expand all
23 --dump_header_to_stdout 23 --dump_header_to_stdout
24 print header info to stdout; similar to rtp_analyze 24 print header info to stdout; similar to rtp_analyze
25 --query_sample_rate always query user for real sample rate 25 --query_sample_rate always query user for real sample rate
26 26
27 The script has been tested to work in python versions 3.4.1 and 2.7.6, 27 The script has been tested to work in python versions 3.4.1 and 2.7.6,
28 but should work in all python versions. 28 but should work in all python versions.
29 29
30 Working versions of NumPy (http://www.numpy.org/) and matplotlib 30 Working versions of NumPy (http://www.numpy.org/) and matplotlib
31 (http://matplotlib.org/) are needed to run this tool. See this link 31 (http://matplotlib.org/) are needed to run this tool. See this link
32 with installation instructions (http://www.scipy.org/install.html). 32 with installation instructions (http://www.scipy.org/install.html).
OLDNEW
« no previous file with comments | « webrtc/rtc_tools/psnr_ssim_analyzer/psnr_ssim_analyzer.cc ('k') | webrtc/rtc_tools/py_event_log_analyzer/misc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698