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

Side by Side Diff: tools/nanobench_flags.json

Issue 992203004: Fix bug in Valgrind flags config. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: nanobench too Created 5 years, 9 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
OLDNEW
1 { 1 {
2 "Perf-Android-GalaxyS3-Mali400-Arm7-Release": [ 2 "Perf-Android-GalaxyS3-Mali400-Arm7-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 16 matching lines...) Expand all
27 "8888", 27 "8888",
28 "gpu", 28 "gpu",
29 "nonrendering", 29 "nonrendering",
30 "angle", 30 "angle",
31 "hwui", 31 "hwui",
32 "msaa4", 32 "msaa4",
33 "nvprmsaa4", 33 "nvprmsaa4",
34 "--match", 34 "--match",
35 "skp" 35 "skp"
36 ], 36 ],
37 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_CPU": [ 37 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_GPU": [
38 "--scales", 38 "--scales",
39 "1.0", 39 "1.0",
40 "1.1", 40 "1.1",
41 "--config", 41 "--config",
42 "565", 42 "565",
43 "8888", 43 "8888",
44 "gpu", 44 "gpu",
45 "nonrendering", 45 "nonrendering",
46 "angle", 46 "angle",
47 "hwui", 47 "hwui",
48 "msaa16", 48 "msaa16",
49 "nvprmsaa16", 49 "nvprmsaa16",
50 "--loops", 50 "--loops",
51 "1", 51 "1",
52 "--samples", 52 "--samples",
53 "1", 53 "1",
54 "--nogpu" 54 "--nocpu"
55 ], 55 ],
56 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_GPU": [ 56 "Test-Ubuntu14-GCE-NoGPU-x86_64-Release-Valgrind_CPU": [
57 "--scales", 57 "--scales",
58 "1.0", 58 "1.0",
59 "1.1", 59 "1.1",
60 "--config", 60 "--config",
61 "565", 61 "565",
62 "8888", 62 "8888",
63 "gpu", 63 "gpu",
64 "nonrendering", 64 "nonrendering",
65 "angle", 65 "angle",
66 "hwui", 66 "hwui",
67 "msaa16", 67 "msaa16",
68 "nvprmsaa16", 68 "nvprmsaa16",
69 "--loops", 69 "--loops",
70 "1", 70 "1",
71 "--samples", 71 "--samples",
72 "1", 72 "1",
73 "--nocpu" 73 "--nogpu"
74 ], 74 ],
75 "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [ 75 "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [
76 "--scales", 76 "--scales",
77 "1.0", 77 "1.0",
78 "1.1", 78 "1.1",
79 "--config", 79 "--config",
80 "565", 80 "565",
81 "8888", 81 "8888",
82 "gpu", 82 "gpu",
83 "nonrendering", 83 "nonrendering",
84 "angle", 84 "angle",
85 "hwui", 85 "hwui",
86 "msaa16", 86 "msaa16",
87 "nvprmsaa16", 87 "nvprmsaa16",
88 "--match", 88 "--match",
89 "~gradient", 89 "~gradient",
90 "~etc1bitmap" 90 "~etc1bitmap"
91 ] 91 ]
92 } 92 }
OLDNEW
« tools/dm_flags.py ('K') | « tools/dm_flags.py ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698