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

Side by Side Diff: tools/nanobench_flags.json

Issue 1189863002: nanobench: split CPU and GPU .SKP tile sizes. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: update flags Created 5 years, 6 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 | « bench/SKPBench.cpp ('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-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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "1.1", 56 "1.1",
57 "--config", 57 "--config",
58 "565", 58 "565",
59 "8888", 59 "8888",
60 "gpu", 60 "gpu",
61 "nonrendering", 61 "nonrendering",
62 "angle", 62 "angle",
63 "hwui", 63 "hwui",
64 "msaa16", 64 "msaa16",
65 "nvprmsaa16", 65 "nvprmsaa16",
66 "--benchTileW", 66 "--GPUbenchTileW",
67 "256", 67 "256",
68 "--benchTileH", 68 "--GPUbenchTileH",
69 "256", 69 "256",
70 "--match", 70 "--match",
71 "~gradient", 71 "~gradient",
72 "~etc1bitmap" 72 "~etc1bitmap"
73 ],
74 "Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug": [
75 "--scales",
76 "1.0",
77 "1.1",
78 "--skps",
79 "ignore_skps",
80 "--config",
81 "565",
82 "8888",
83 "gpu",
84 "nonrendering",
85 "angle",
86 "hwui",
87 "msaa16",
88 "nvprmsaa16",
89 "--match",
90 "~blurroundrect",
91 "~patch_grid",
92 "~desk_carsvg",
93 "~keymobi",
94 "~path_hairline"
73 ] 95 ]
74 } 96 }
OLDNEW
« no previous file with comments | « bench/SKPBench.cpp ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698