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

Unified Diff: tools/perf/run_skpicture_printer

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/run_scrolling_benchmark ('k') | tools/perf/run_texture_benchmark » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/run_skpicture_printer
diff --git a/tools/perf/run_skpicture_printer b/tools/perf/run_skpicture_printer
deleted file mode 100755
index 12d6642b25fc5915d3405dd34b6b6cf974b5173b..0000000000000000000000000000000000000000
--- a/tools/perf/run_skpicture_printer
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env python
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-import os
-import sys
-
-import perf_tools.skpicture_printer
-
-if __name__ == '__main__':
- sys.exit(perf_tools.skpicture_printer.Main())
« no previous file with comments | « tools/perf/run_scrolling_benchmark ('k') | tools/perf/run_texture_benchmark » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698