Lines Matching refs:ARGV
139 ARGV = [FLAGS.skpbench, '--verbosity', str(FLAGS.verbosity)] variable in SKPBench
141 ARGV.extend(['--duration', str(FLAGS.duration)])
143 ARGV.extend(['--sampleMs', str(FLAGS.sample_ms)])
145 ARGV.extend(['--gpuClock', 'true'])
147 ARGV.extend(['--fps', 'true'])
149 ARGV.extend(['--pr'] + re.split(r'[ ,]', FLAGS.pr))
151 ARGV.extend(['--cc', 'true'])
153 ARGV.extend(['--cachePathMasks', 'false'])
155 ARGV.extend(['--allPathsVolatile', 'true'])
157 ARGV.extend(['--gpuThreads', str(FLAGS.gpuThreads)])
159 ARGV.extend(['--internalSamples', str(FLAGS.internalSamples)])
163 ARGV.extend(['--ddl', 'true'])
165 ARGV.extend(['--ddlNumRecordingThreads',
168 ARGV.extend(['--ddlTilingWidthHeight', str(FLAGS.ddlTilingWidthHeight)])
171 ARGV.extend(['--dontReduceOpsTaskSplitting'])
174 ARGV.extend(['--gpuResourceCacheLimit', str(FLAGS.gpuResourceCacheLimit)])
178 ARGV[:0] = [FLAGS.adb_binary, 'shell']
180 ARGV[:0] = [FLAGS.adb_binary, '-s', FLAGS.device_serial, 'shell']
184 commandline = cls.ARGV + ['--duration', '0']
194 commandline = cls.ARGV + ['--duration', str(warmup_time * 1000),
230 commandline = self.ARGV + ['--config', self.config,