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

Side by Side Diff: tools/nanobench_flags.json

Issue 1857123005: Add exclusion for keymobi_shop_mobileweb_ebay_com.skp on N5 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 | « 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-GCC-GalaxyS3-GPU-Mali400-Arm7-Release": [ 2 "Perf-Android-GCC-GalaxyS3-GPU-Mali400-Arm7-Release": [
3 "--pre_log", 3 "--pre_log",
4 "--images", 4 "--images",
5 "--gpuStatsDump", 5 "--gpuStatsDump",
6 "true", 6 "true",
7 "--useThermalManager", 7 "--useThermalManager",
8 "1,1,10,1000", 8 "1,1,10,1000",
9 "--scales", 9 "--scales",
10 "1.0", 10 "1.0",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 "~inc1.ico", 81 "~inc1.ico",
82 "~inc0.png", 82 "~inc0.png",
83 "~inc1.png", 83 "~inc1.png",
84 "~inc2.png", 84 "~inc2.png",
85 "~inc12.png", 85 "~inc12.png",
86 "~inc13.png", 86 "~inc13.png",
87 "~inc14.png", 87 "~inc14.png",
88 "~inc0.webp", 88 "~inc0.webp",
89 "~inc1.webp" 89 "~inc1.webp"
90 ], 90 ],
91 "Perf-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release": [
92 "--pre_log",
93 "--images",
94 "--gpuStatsDump",
95 "true",
96 "--useThermalManager",
97 "1,1,10,1000",
98 "--scales",
99 "1.0",
100 "1.1",
101 "--config",
102 "565",
103 "8888",
104 "gpu",
105 "nonrendering",
106 "angle",
107 "hwui",
108 "msaa4",
109 "nvpr4",
110 "nvprdit4",
111 "--match",
112 "~blurroundrect",
113 "~patch_grid",
114 "~desk_carsvg",
115 "~keymobi_shop_mobileweb_ebay_com.skp",
116 "~inc0.gif",
117 "~inc1.gif",
118 "~incInterlaced.gif",
119 "~inc0.jpg",
120 "~incGray.jpg",
121 "~inc0.wbmp",
122 "~inc1.wbmp",
123 "~inc0.webp",
124 "~inc1.webp",
125 "~inc0.ico",
126 "~inc1.ico",
127 "~inc0.png",
128 "~inc1.png",
129 "~inc2.png",
130 "~inc12.png",
131 "~inc13.png",
132 "~inc14.png",
133 "~inc0.webp",
134 "~inc1.webp"
135 ],
91 "Perf-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release": [ 136 "Perf-Android-GCC-Nexus6-GPU-Adreno420-Arm7-Release": [
92 "--pre_log", 137 "--pre_log",
93 "--images", 138 "--images",
94 "--gpuStatsDump", 139 "--gpuStatsDump",
95 "true", 140 "true",
96 "--useThermalManager", 141 "--useThermalManager",
97 "1,1,10,1000", 142 "1,1,10,1000",
98 "--scales", 143 "--scales",
99 "1.0", 144 "1.0",
100 "1.1", 145 "1.1",
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 "~inc0.png", 458 "~inc0.png",
414 "~inc1.png", 459 "~inc1.png",
415 "~inc2.png", 460 "~inc2.png",
416 "~inc12.png", 461 "~inc12.png",
417 "~inc13.png", 462 "~inc13.png",
418 "~inc14.png", 463 "~inc14.png",
419 "~inc0.webp", 464 "~inc0.webp",
420 "~inc1.webp" 465 "~inc1.webp"
421 ] 466 ]
422 } 467 }
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