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

Side by Side Diff: tools/nanobench_flags.json

Issue 1290223005: Try enabling all nanobenches on Nexus7 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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 unified diff | Download patch
« no previous file with comments | « no previous file | tools/nanobench_flags.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [ 2 "Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [
3 "--scales", 3 "--scales",
4 "1.0", 4 "1.0",
5 "1.1", 5 "1.1",
6 "--config", 6 "--config",
7 "565", 7 "565",
8 "8888", 8 "8888",
9 "gpu", 9 "gpu",
10 "nonrendering", 10 "nonrendering",
(...skipping 12 matching lines...) Expand all
23 "--config", 23 "--config",
24 "565", 24 "565",
25 "8888", 25 "8888",
26 "gpu", 26 "gpu",
27 "nonrendering", 27 "nonrendering",
28 "angle", 28 "angle",
29 "hwui", 29 "hwui",
30 "msaa4", 30 "msaa4",
31 "nvprmsaa4", 31 "nvprmsaa4",
32 "--match", 32 "--match",
33 "skp" 33 "~blurroundrect",
34 "~patch_grid",
35 "~desk_carsvg"
34 ], 36 ],
35 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [ 37 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [
36 "--scales", 38 "--scales",
37 "1.0", 39 "1.0",
38 "1.1", 40 "1.1",
39 "--config", 41 "--config",
40 "565", 42 "565",
41 "8888", 43 "8888",
42 "gpu", 44 "gpu",
43 "nonrendering", 45 "nonrendering",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "msaa16", 89 "msaa16",
88 "nvprmsaa16", 90 "nvprmsaa16",
89 "--match", 91 "--match",
90 "~blurroundrect", 92 "~blurroundrect",
91 "~patch_grid", 93 "~patch_grid",
92 "~desk_carsvg", 94 "~desk_carsvg",
93 "~keymobi", 95 "~keymobi",
94 "~path_hairline" 96 "~path_hairline"
95 ] 97 ]
96 } 98 }
OLDNEW
« no previous file with comments | « no previous file | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698