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

Unified Diff: tools/perf/perf_tools/image_decoding_benchmark.py

Issue 11778070: Fix telemetry image_decoding_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « no previous file | tools/telemetry/telemetry/inspector_timeline.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/perf_tools/image_decoding_benchmark.py
diff --git a/tools/perf/perf_tools/image_decoding_benchmark.py b/tools/perf/perf_tools/image_decoding_benchmark.py
index 00d0d4079bc6954fc315e284428a8fc47ba25560..9436fc86b906a9262f9150a44711c9e7f6f20272 100644
--- a/tools/perf/perf_tools/image_decoding_benchmark.py
+++ b/tools/perf/perf_tools/image_decoding_benchmark.py
@@ -15,7 +15,7 @@ class ImageDecoding(multi_page_benchmark.MultiPageBenchmark):
return tab.runtime.Evaluate('isDone')
decode_image_events = \
- tab.timeline.timeline_events.GetAllOfName('DecodeImage')
+ tab.timeline.timeline_model.GetAllOfName('DecodeImage')
# If it is a real image benchmark, then store only the last-minIterations
# decode tasks.
« no previous file with comments | « no previous file | tools/telemetry/telemetry/inspector_timeline.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698