Chromium Code Reviews| Index: webrtc/modules/video_coding/codecs/test/plot_webrtc_test_logs.py |
| diff --git a/webrtc/modules/video_coding/codecs/test/plot_webrtc_test_logs.py b/webrtc/modules/video_coding/codecs/test/plot_webrtc_test_logs.py |
| index d598ffb66d84469b449f8f5f120e8d669141f608..0a8b0940753b2d32f61a2d94b1e9e2689abf9caf 100755 |
| --- a/webrtc/modules/video_coding/codecs/test/plot_webrtc_test_logs.py |
| +++ b/webrtc/modules/video_coding/codecs/test/plot_webrtc_test_logs.py |
| @@ -18,8 +18,9 @@ import re |
| import matplotlib.pyplot as plt |
| # Log events. |
| -EVENT_START = 'RUN ] CodecSettings/PlotVideoProcessorIntegrationTest.' |
| -EVENT_END = 'OK ] CodecSettings/PlotVideoProcessorIntegrationTest.' |
| +EVENT_START = \ |
| + 'RUN ] CodecSettings/VideoProcessorIntegrationTestParameterized.' |
| +EVENT_END = 'OK ] CodecSettings/VideoProcessorIntegrationTestParameterized.' |
|
åsapersson
2017/09/07 10:41:58
VideoProcessorIntegrationParameterized in videopro
brandtr
2017/09/07 13:56:13
Thanks! Fixed in .cc.
|
| # Metrics to plot, tuple: (name to parse in file, label to use when plotting). |
| BITRATE = ('Target bitrate', 'target bitrate (kbps)') |