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

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

Issue 11199003: Create a run_multipage_benchmarks entry point for all benchmarks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address dtu's comments Created 8 years, 2 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/perf_tools/scrolling_benchmark.py ('k') | tools/perf/perf_tools/texture_upload_benchmark.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/perf_tools/skpicture_printer.py
diff --git a/tools/perf/perf_tools/skpicture_printer.py b/tools/perf/perf_tools/skpicture_printer.py
index 97c9ea829ae2feb73df536daa5ba766f10074aa5..33a4974a287ab9c637d4c69eaa89c638a36d7f49 100755
--- a/tools/perf/perf_tools/skpicture_printer.py
+++ b/tools/perf/perf_tools/skpicture_printer.py
@@ -28,6 +28,3 @@ class SkPicturePrinter(multi_page_benchmark.MultiPageBenchmark):
js = _JS.format(outpath.replace('\\', '\\\\'))
tab.runtime.Evaluate(js)
results.Add('output_path', 'path', outpath)
-
-def Main():
- return multi_page_benchmark.Main(SkPicturePrinter())
« no previous file with comments | « tools/perf/perf_tools/scrolling_benchmark.py ('k') | tools/perf/perf_tools/texture_upload_benchmark.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698