Add gpuStatsDump to nanobench GPU bots

BUG=skia:

Review URL: https://codereview.chromium.org/1497533002
This commit is contained in:
joshualitt 2015-12-02 11:04:51 -08:00 коммит произвёл Commit bot
Родитель dadfc245cc
Коммит 3b8c0a9b7e
2 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -1,6 +1,8 @@
{
"Perf-Android-GCC-NexusPlayer-GPU-PowerVR-x86-Release": [
"--images",
"--gpuStatsDump",
"true",
"--scales",
"1.0",
"1.1",
@ -78,6 +80,8 @@
],
"Test-Android-GCC-GalaxyS4-GPU-SGX544-Arm7-Release": [
"--images",
"--gpuStatsDump",
"true",
"--scales",
"1.0",
"1.1",
@ -115,6 +119,8 @@
],
"Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind": [
"--images",
"--gpuStatsDump",
"true",
"--scales",
"1.0",
"1.1",
@ -157,6 +163,8 @@
],
"Test-Win7-MSVC-ShuttleA-GPU-HD2000-x86-Debug-ANGLE": [
"--images",
"--gpuStatsDump",
"true",
"--scales",
"1.0",
"1.1",
@ -201,6 +209,8 @@
],
"Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Debug": [
"--images",
"--gpuStatsDump",
"true",
"--scales",
"1.0",
"1.1",

Просмотреть файл

@ -31,6 +31,7 @@ def get_args(bot):
if 'GPU' in bot:
args.append('--images')
args.extend(['--gpuStatsDump', 'true'])
if 'Appurify' not in bot:
args.extend(['--scales', '1.0', '1.1'])