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

Side by Side Diff: tools/nanobench_flags.json

Issue 1684653002: enable ThermalManager on Android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 4 years, 10 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/ThermalManager.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-Nexus6-GPU-Adreno420-Arm7-Release": [
3 "--pre_log",
4 "--images",
5 "--gpuStatsDump",
6 "true",
7 "--useThermalManager",
8 "1,1,10,1000",
9 "--scales",
10 "1.0",
11 "1.1",
12 "--config",
13 "565",
14 "8888",
15 "gpu",
16 "nonrendering",
17 "angle",
18 "hwui",
19 "msaa4",
20 "nvprmsaa4",
21 "--match",
22 "~blurroundrect",
23 "~patch_grid",
24 "~desk_carsvg",
25 "~inc0.gif",
26 "~inc1.gif",
27 "~incInterlaced.gif",
28 "~inc0.jpg",
29 "~incGray.jpg",
30 "~inc0.wbmp",
31 "~inc1.wbmp",
32 "~inc0.webp",
33 "~inc1.webp",
34 "~inc0.ico",
35 "~inc1.ico",
36 "~inc0.png",
37 "~inc1.png",
38 "~inc2.png",
39 "~inc12.png",
40 "~inc13.png",
41 "~inc14.png",
42 "~inc0.webp",
43 "~inc1.webp"
44 ],
2 "Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [ 45 "Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [
3 "--pre_log", 46 "--pre_log",
4 "--images", 47 "--images",
5 "--gpuStatsDump", 48 "--gpuStatsDump",
6 "true", 49 "true",
50 "--useThermalManager",
51 "1,1,10,1000",
7 "--scales", 52 "--scales",
8 "1.0", 53 "1.0",
9 "1.1", 54 "1.1",
10 "--config", 55 "--config",
11 "565", 56 "565",
12 "8888", 57 "8888",
13 "gpu", 58 "gpu",
14 "nonrendering", 59 "nonrendering",
15 "angle", 60 "angle",
16 "hwui", 61 "hwui",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "~inc13.png", 123 "~inc13.png",
79 "~inc14.png", 124 "~inc14.png",
80 "~inc0.webp", 125 "~inc0.webp",
81 "~inc1.webp" 126 "~inc1.webp"
82 ], 127 ],
83 "Test-Android-GCC-GalaxyS4-GPU-SGX544-Arm7-Release": [ 128 "Test-Android-GCC-GalaxyS4-GPU-SGX544-Arm7-Release": [
84 "--pre_log", 129 "--pre_log",
85 "--images", 130 "--images",
86 "--gpuStatsDump", 131 "--gpuStatsDump",
87 "true", 132 "true",
133 "--useThermalManager",
134 "1,1,10,1000",
88 "--scales", 135 "--scales",
89 "1.0", 136 "1.0",
90 "1.1", 137 "1.1",
91 "--config", 138 "--config",
92 "565", 139 "565",
93 "8888", 140 "8888",
94 "gpu", 141 "gpu",
95 "nonrendering", 142 "nonrendering",
96 "angle", 143 "angle",
97 "hwui", 144 "hwui",
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "~inc0.png", 301 "~inc0.png",
255 "~inc1.png", 302 "~inc1.png",
256 "~inc2.png", 303 "~inc2.png",
257 "~inc12.png", 304 "~inc12.png",
258 "~inc13.png", 305 "~inc13.png",
259 "~inc14.png", 306 "~inc14.png",
260 "~inc0.webp", 307 "~inc0.webp",
261 "~inc1.webp" 308 "~inc1.webp"
262 ] 309 ]
263 } 310 }
OLDNEW
« no previous file with comments | « tools/ThermalManager.cpp ('k') | tools/nanobench_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698