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

Side by Side Diff: tools/nanobench_flags.json

Issue 1036223002: Update [dm|nanobench]_flags for CPU/GPU split (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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 unified diff | Download patch
« no previous file with comments | « tools/dm_flags.py ('k') | 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-GalaxyS3-Mali400-Arm7-Release": [
3 "--scales",
4 "1.0",
5 "1.1",
6 "--config",
7 "565",
8 "8888",
9 "gpu",
10 "nonrendering",
11 "angle",
12 "hwui",
13 "msaa4",
14 "nvprmsaa4",
15 "--match",
16 "~blurroundrect",
17 "~patch_grid",
18 "~desk_carsvg",
19 "--nocpu"
20 ],
21 "Perf-Android-Nexus7-Tegra3-Arm7-Release": [ 2 "Perf-Android-Nexus7-Tegra3-Arm7-Release": [
22 "--scales", 3 "--scales",
23 "1.0", 4 "1.0",
24 "1.1", 5 "1.1",
25 "--config", 6 "--config",
26 "565", 7 "565",
27 "8888", 8 "8888",
28 "gpu", 9 "gpu",
29 "nonrendering", 10 "nonrendering",
30 "angle", 11 "angle",
31 "hwui", 12 "hwui",
32 "msaa4", 13 "msaa4",
33 "nvprmsaa4", 14 "nvprmsaa4",
34 "--match", 15 "--match",
35 "skp" 16 "skp"
36 ], 17 ],
37 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_GPU": [ 18 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [
38 "--scales", 19 "--scales",
39 "1.0", 20 "1.0",
40 "1.1", 21 "1.1",
41 "--config",
42 "565",
43 "8888",
44 "gpu",
45 "nonrendering",
46 "angle",
47 "hwui",
48 "msaa16",
49 "nvprmsaa16",
50 "--loops",
51 "1",
52 "--samples",
53 "1",
54 "--nocpu"
55 ],
56 "Test-Ubuntu14-GCE-NoGPU-x86_64-Release-Valgrind_CPU": [
57 "--scales",
58 "1.0",
59 "1.1",
60 "--config", 22 "--config",
61 "565", 23 "565",
62 "8888", 24 "8888",
63 "gpu", 25 "gpu",
64 "nonrendering", 26 "nonrendering",
65 "angle", 27 "angle",
66 "hwui", 28 "hwui",
67 "msaa16", 29 "msaa16",
68 "nvprmsaa16", 30 "nvprmsaa16",
69 "--loops", 31 "--loops",
70 "1", 32 "1",
71 "--samples", 33 "--samples",
72 "1", 34 "1"
73 "--nogpu"
74 ], 35 ],
75 "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [ 36 "Test-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Debug-ANGLE": [
76 "--scales", 37 "--scales",
77 "1.0", 38 "1.0",
78 "1.1", 39 "1.1",
79 "--config", 40 "--config",
80 "565", 41 "565",
81 "8888", 42 "8888",
82 "gpu", 43 "gpu",
83 "nonrendering", 44 "nonrendering",
84 "angle", 45 "angle",
85 "hwui", 46 "hwui",
86 "msaa16", 47 "msaa16",
87 "nvprmsaa16", 48 "nvprmsaa16",
88 "--benchTileW", 49 "--benchTileW",
89 "256", 50 "256",
90 "--benchTileH", 51 "--benchTileH",
91 "256", 52 "256",
92 "--match", 53 "--match",
93 "~gradient", 54 "~gradient",
94 "~etc1bitmap" 55 "~etc1bitmap"
95 ] 56 ]
96 } 57 }
OLDNEW
« no previous file with comments | « tools/dm_flags.py ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698