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

Unified Diff: tools/perf/metrics/media.py

Issue 21134002: Add Telemetry media loop action. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 7 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/metrics/media.js ('k') | tools/telemetry/telemetry/page/actions/loop.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/metrics/media.py
diff --git a/tools/perf/metrics/media.py b/tools/perf/metrics/media.py
index 282c9bd2f3d13ad8669af493efe77dccd8f96bb8..203d812430fbe796cf4ba02e298c8a30c8db12c3 100644
--- a/tools/perf/metrics/media.py
+++ b/tools/perf/metrics/media.py
@@ -58,6 +58,7 @@ class MediaMetric(Metric):
if not trace:
logging.error('Metrics ID is missing in results.')
return
+ AddOneResult('avg_loop_time', 'sec')
AddOneResult('decoded_audio_bytes', 'bytes')
AddOneResult('decoded_video_bytes', 'bytes')
AddOneResult('decoded_frame_count', 'frames')
« no previous file with comments | « tools/perf/metrics/media.js ('k') | tools/telemetry/telemetry/page/actions/loop.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698