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

Unified Diff: tools/perf/benchmarks/webrtc.py

Issue 2561603003: Add encoding time and and fps to webrtc.stress case. (Closed)
Patch Set: Don't log more than 5 conns 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 | « no previous file | tools/perf/measurements/webrtc.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/webrtc.py
diff --git a/tools/perf/benchmarks/webrtc.py b/tools/perf/benchmarks/webrtc.py
index 2f781edd39650a45fa3452bc71508ac284d74c84..d9388a7fc052b8310042dc0b517bd7ad7bbd3412 100644
--- a/tools/perf/benchmarks/webrtc.py
+++ b/tools/perf/benchmarks/webrtc.py
@@ -60,7 +60,9 @@ class WebrtcStressTest(perf_benchmark.PerfBenchmark):
return 'webrtc.stress'
def CreatePageTest(self, options):
- return webrtc.WebRTC(use_webrtc_stats=False)
+ # Exclude all stats.
+ return webrtc.WebRTC(particular_metrics=['googAvgEncodeMs',
+ 'googFrameRateReceived'])
# WebrtcRendering must be a PerfBenchmark, and not a _Webrtc, because it is a
« no previous file with comments | « no previous file | tools/perf/measurements/webrtc.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698