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

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

Issue 256043005: Add rasterize_and_record_micro.fast_path_gpu_rasterization.key_silk_cases benchmark (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use silk_flags in repaint.py Created 6 years, 8 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/repaint.py ('k') | tools/perf/benchmarks/smoothness.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/silk_flags.py
diff --git a/tools/perf/benchmarks/silk_flags.py b/tools/perf/benchmarks/silk_flags.py
index 5f0122ab3edbb1e80cbf7999714770a3f1c994d9..dfdd57c13d27797c4cd9f397744252a83e3aa208 100644
--- a/tools/perf/benchmarks/silk_flags.py
+++ b/tools/perf/benchmarks/silk_flags.py
@@ -5,3 +5,11 @@
def CustomizeBrowserOptionsForFastPath(options):
"""Enables flags needed for bleeding edge rendering fast paths."""
options.AppendExtraBrowserArgs('--enable-bleeding-edge-rendering-fast-paths')
+
+
+def CustomizeBrowserOptionsForGpuRasterization(options):
+ """Enables flags needed for forced GPU rasterization using Ganesh."""
+ options.AppendExtraBrowserArgs('--enable-threaded-compositing')
+ options.AppendExtraBrowserArgs('--force-compositing-mode')
+ options.AppendExtraBrowserArgs('--enable-impl-side-painting')
+ options.AppendExtraBrowserArgs('--force-gpu-rasterization')
« no previous file with comments | « tools/perf/benchmarks/repaint.py ('k') | tools/perf/benchmarks/smoothness.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698