| 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
|
|
|