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

Unified Diff: tools/perf/measurements/image_decoding.py

Issue 391183002: Delete trace-info.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed descriptions in smoothness_controller. Created 6 years, 5 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/benchmarks/sunspider.py ('k') | tools/perf/measurements/page_cycler.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/image_decoding.py
diff --git a/tools/perf/measurements/image_decoding.py b/tools/perf/measurements/image_decoding.py
index 155e6f8bf725c294bcfef4732b62410fc5becad5..4e49e7d30e98671c5901807448221c83d6369ec9 100644
--- a/tools/perf/measurements/image_decoding.py
+++ b/tools/perf/measurements/image_decoding.py
@@ -69,7 +69,10 @@ class ImageDecoding(page_measurement.PageMeasurement):
image_decoding_avg = sum(durations) / len(durations)
results.AddValue(scalar.ScalarValue(
- results.current_page, 'ImageDecoding_avg', 'ms', image_decoding_avg))
+ results.current_page, 'ImageDecoding_avg', 'ms', image_decoding_avg,
+ description='Average decode time for images in 4 different '
+ 'formats: gif, png, jpg, and webp. The image files are '
+ 'located at chrome/test/data/image_decoding.'))
results.AddValue(scalar.ScalarValue(
results.current_page, 'ImageLoading_avg', 'ms',
tab.EvaluateJavaScript('averageLoadingTimeMs()')))
« no previous file with comments | « tools/perf/benchmarks/sunspider.py ('k') | tools/perf/measurements/page_cycler.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698