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

Side by Side Diff: infra/bots/recipes/swarm_perf.expected/Perf-Android-Clang-Nexus5-GPU-Adreno330-arm-Debug-GN_Android.json

Issue 2384483003: Revert of Explicit control in tools of ANGLE frontend and backend (Closed)
Patch Set: Created 4 years, 2 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 { 2 {
3 "cmd": [ 3 "cmd": [
4 "adb", 4 "adb",
5 "shell", 5 "shell",
6 "mkdir", 6 "mkdir",
7 "-p", 7 "-p",
8 "/sdcard/revenge_of_the_skiabot/resources" 8 "/sdcard/revenge_of_the_skiabot/resources"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 "/data/local/tmp/" 356 "/data/local/tmp/"
357 ], 357 ],
358 "cwd": "[SLAVE_BUILD]/skia", 358 "cwd": "[SLAVE_BUILD]/skia",
359 "name": "push nanobench" 359 "name": "push nanobench"
360 }, 360 },
361 { 361 {
362 "cmd": [ 362 "cmd": [
363 "python", 363 "python",
364 "-u", 364 "-u",
365 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 365 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
366 "set -x; /data/local/tmp/nanobench --undefok -i /sdcard/revenge_of_the_ski abot/resources --skps /sdcard/revenge_of_the_skiabot/skps --svgs /sdcard/revenge _of_the_skiabot/svgs --images /sdcard/revenge_of_the_skiabot/images/nanobench -- nocpu --pre_log --images --gpuStatsDump true --useThermalManager 1,1,10,1000 --s cales 1.0 1.1 --config 8888 gpu nonrendering hwui f16 srgb msaa4 nvpr4 nvprdit4 --match ~blurroundrect ~patch_grid ~desk_carsvg ~keymobi_shop_mobileweb_ebay_com .skp ~inc0.gif ~inc1.gif ~incInterlaced.gif ~inc0.jpg ~incGray.jpg ~inc0.wbmp ~i nc1.wbmp ~inc0.webp ~inc1.webp ~inc0.ico ~inc1.ico ~inc0.png ~inc1.png ~inc2.png ~inc12.png ~inc13.png ~inc14.png ~inc0.webp ~inc1.webp; echo $? >/data/local/tm p/rc", 366 "set -x; /data/local/tmp/nanobench --undefok -i /sdcard/revenge_of_the_ski abot/resources --skps /sdcard/revenge_of_the_skiabot/skps --svgs /sdcard/revenge _of_the_skiabot/svgs --images /sdcard/revenge_of_the_skiabot/images/nanobench -- nocpu --pre_log --images --gpuStatsDump true --useThermalManager 1,1,10,1000 --s cales 1.0 1.1 --config 8888 gpu nonrendering angle hwui f16 srgb msaa4 nvpr4 nvp rdit4 --match ~blurroundrect ~patch_grid ~desk_carsvg ~keymobi_shop_mobileweb_eb ay_com.skp ~inc0.gif ~inc1.gif ~incInterlaced.gif ~inc0.jpg ~incGray.jpg ~inc0.w bmp ~inc1.wbmp ~inc0.webp ~inc1.webp ~inc0.ico ~inc1.ico ~inc0.png ~inc1.png ~in c2.png ~inc12.png ~inc13.png ~inc14.png ~inc0.webp ~inc1.webp; echo $? >/data/lo cal/tmp/rc",
367 "[SLAVE_BUILD]/tmp/nanobench.sh" 367 "[SLAVE_BUILD]/tmp/nanobench.sh"
368 ], 368 ],
369 "name": "write nanobench.sh" 369 "name": "write nanobench.sh"
370 }, 370 },
371 { 371 {
372 "cmd": [ 372 "cmd": [
373 "adb", 373 "adb",
374 "push", 374 "push",
375 "[SLAVE_BUILD]/tmp/nanobench.sh", 375 "[SLAVE_BUILD]/tmp/nanobench.sh",
376 "/data/local/tmp/" 376 "/data/local/tmp/"
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 ], 454 ],
455 "cwd": "[SLAVE_BUILD]/skia", 455 "cwd": "[SLAVE_BUILD]/skia",
456 "name": "kill adb server" 456 "name": "kill adb server"
457 }, 457 },
458 { 458 {
459 "name": "$result", 459 "name": "$result",
460 "recipe_result": null, 460 "recipe_result": null,
461 "status_code": 0 461 "status_code": 0
462 } 462 }
463 ] 463 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698