Index: tools/perf/perf_tools/image_decoding_measurement.py |
diff --git a/tools/perf/perf_tools/image_decoding_measurement.py b/tools/perf/perf_tools/image_decoding_measurement.py |
index c0351fef3f21592a54de09e6acbe648a980e8ccd..1baf3453497daac702dc1de6d7abaaaa8da1fb37 100644 |
--- a/tools/perf/perf_tools/image_decoding_measurement.py |
+++ b/tools/perf/perf_tools/image_decoding_measurement.py |
@@ -32,7 +32,7 @@ class ImageDecoding(page_measurement.PageMeasurement): |
return tab.EvaluateJavaScript('isDone') |
decode_image_events = \ |
- tab.timeline_model.GetAllOfName('DecodeImage') |
+ tab.timeline_model.GetAllEventsOfName('DecodeImage') |
# If it is a real image page, then store only the last-minIterations |
# decode tasks. |