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

Side by Side Diff: tools/nanobench_flags.json

Issue 964053002: Add msaa runs to nanobench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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
« 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-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",
7 "565",
8 "8888",
9 "gpu",
10 "nonrendering",
11 "angle",
12 "hwui",
13 "msaa4",
14 "nvprmsaa4",
6 "--match", 15 "--match",
7 "~blurroundrect", 16 "~blurroundrect",
8 "~patch_grid", 17 "~patch_grid",
9 "~desk_carsvg", 18 "~desk_carsvg",
10 "--nocpu" 19 "--nocpu"
11 ], 20 ],
12 "Perf-Android-Nexus7-Tegra3-Arm7-Release": [ 21 "Perf-Android-Nexus7-Tegra3-Arm7-Release": [
13 "--scales", 22 "--scales",
14 "1.0", 23 "1.0",
15 "1.1", 24 "1.1",
25 "--config",
26 "565",
27 "8888",
28 "gpu",
29 "nonrendering",
30 "angle",
31 "hwui",
32 "msaa4",
33 "nvprmsaa4",
16 "--match", 34 "--match",
17 "skp" 35 "skp"
18 ], 36 ],
19 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [ 37 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [
20 "--scales", 38 "--scales",
21 "1.0", 39 "1.0",
22 "1.1", 40 "1.1",
41 "--config",
42 "565",
43 "8888",
44 "gpu",
45 "nonrendering",
46 "angle",
47 "hwui",
48 "msaa16",
49 "nvprmsaa16",
23 "--loops", 50 "--loops",
24 "1", 51 "1",
25 "--samples", 52 "--samples",
26 "1" 53 "1"
27 ], 54 ],
28 "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [ 55 "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [
29 "--scales", 56 "--scales",
30 "1.0", 57 "1.0",
31 "1.1", 58 "1.1",
59 "--config",
60 "565",
61 "8888",
62 "gpu",
63 "nonrendering",
64 "angle",
65 "hwui",
66 "msaa16",
67 "nvprmsaa16",
32 "--match", 68 "--match",
33 "~gradient", 69 "~gradient",
34 "~etc1bitmap" 70 "~etc1bitmap"
35 ] 71 ]
36 } 72 }
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