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

Unified Diff: webrtc/video/full_stack_tests_plot.py

Issue 2529293006: Rename full_stack.cc to full_stack_tests.cc. (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
« no previous file with comments | « webrtc/video/full_stack_tests.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/full_stack_tests_plot.py
diff --git a/webrtc/video/full_stack_plot.py b/webrtc/video/full_stack_tests_plot.py
similarity index 96%
rename from webrtc/video/full_stack_plot.py
rename to webrtc/video/full_stack_tests_plot.py
index 4e09b4192a997ae8d46841b8d861c12294d89881..b922289482fb1fe24621d1df9dec4151ae5a2086 100755
--- a/webrtc/video/full_stack_plot.py
+++ b/webrtc/video/full_stack_tests_plot.py
@@ -11,18 +11,18 @@
Usage examples:
Show end to end time for a single full stack test.
- ./full_stack_plot.py -df end_to_end -o 600 --frames 1000 vp9_data.txt
+ ./full_stack_tests_plot.py -df end_to_end -o 600 --frames 1000 vp9_data.txt
Show simultaneously PSNR and encoded frame size for two different runs of
full stack test. Averaged over a cycle of 200 frames. Used e.g. for
screenshare slide test.
- ./full_stack_plot.py -c 200 -df psnr -drf encoded_frame_size \\
- before.txt after.txt
+ ./full_stack_tests_plot.py -c 200 -df psnr -drf encoded_frame_size \\
+ before.txt after.txt
Similar to the previous test, but multiple graphs.
- ./full_stack_plot.py -c 200 -df psnr vp8.txt vp9.txt --next \\
- -c 200 -df sender_time vp8.txt vp9.txt --next \\
- -c 200 -df end_to_end vp8.txt vp9.txt
+ ./full_stack_tests_plot.py -c 200 -df psnr vp8.txt vp9.txt --next \\
+ -c 200 -df sender_time vp8.txt vp9.txt --next \\
+ -c 200 -df end_to_end vp8.txt vp9.txt
"""
import argparse
« no previous file with comments | « webrtc/video/full_stack_tests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698