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

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

Issue 1393023002: Move CT pages / page sets / benchmarks into Telemetry repo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add repaint Created 5 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
Index: tools/perf/benchmarks/skpicture_printer.py
diff --git a/tools/perf/benchmarks/skpicture_printer.py b/tools/perf/benchmarks/skpicture_printer.py
index 0247320f3135fc28a4620b21e1e8fcdacbb0f5a3..b1c9d79b7f696d0da5dfc69c120421e88fd39c65 100644
--- a/tools/perf/benchmarks/skpicture_printer.py
+++ b/tools/perf/benchmarks/skpicture_printer.py
@@ -11,7 +11,7 @@ from telemetry import story
from measurements import skpicture_printer
-def _MatchPageSetName(story_set_name, story_set_base_dir):
+def MatchPageSetName(story_set_name, story_set_base_dir):
story_sets = discover.DiscoverClasses(story_set_base_dir, story_set_base_dir,
story.StorySet).values()
for s in story_sets:
@@ -45,6 +45,6 @@ class SkpicturePrinter(perf_benchmark.PerfBenchmark):
return skpicture_printer.SkpicturePrinter(options.skp_outdir)
def CreateStorySet(self, options):
- story_set_class = _MatchPageSetName(options.page_set_name,
+ story_set_class = MatchPageSetName(options.page_set_name,
options.page_set_base_dir)
return story_set_class()
« tools/perf/benchmarks/rasterize_and_record_micro.py ('K') | « tools/perf/benchmarks/repaint.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698