HomeSort by relevance Sort by last modified time
    Searched refs:warmup (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/autotest/client/cros/
device_jail_test_base.py 19 def warmup(self): member in class:DeviceJailTestBase
20 super(DeviceJailTestBase, self).warmup()
  /external/autotest/server/cros/audio/
audio_test.py 17 AudioTest provides a common warmup() function for the collection
24 def warmup(self): member in class:AudioTest
25 """Warmup for the test before executing main logic of the test."""
27 test.test.warmup(self)
  /external/autotest/server/cros/network/
lucid_sleep_test_base.py 27 def warmup(self, host, raw_cmdline_args, additional_params=None): member in class:LucidSleepTestBase
28 super(LucidSleepTestBase, self).warmup(
random_mac_address_test_base.py 34 def warmup(self, host, raw_cmdline_args, additional_params=None): member in class:RandomMACAddressTestBase
35 super(RandomMACAddressTestBase, self).warmup(
  /external/autotest/client/site_tests/hardware_MemoryLatency/
hardware_MemoryLatency.py 19 def _run_benchmarks(self, warmup, num_iterations, max_size_mb,
25 warmup: integer amount of time to spend warming up in microseconds.
42 cmd = 'lat_mem_rd %s -W %d -N %d %s %d 2>&1' % (random_flag, warmup,
81 def run_once(self, warmup=100, num_iterations=20, max_size_mb='32',
83 self._run_benchmarks(warmup, num_iterations, max_size_mb,
  /external/autotest/client/site_tests/hardware_MemoryThroughput/
hardware_MemoryThroughput.py 23 def _run_benchmarks(self, test, warmup, num_iterations, parallel, sizes):
29 warmup: integer amount of time to spend warming up in microseconds.
38 cmd = 'bw_mem -P %d -W %d -N %d %d %s 2>&1' % (parallel, warmup,
71 def run_once(self, test='bcopy', warmup=100, num_iterations=20,
73 self._run_benchmarks(test, warmup, num_iterations, parallel,
  /external/autotest/client/tests/tracing_microbenchmark/
base_tracer.py 19 def warmup(self, buffer_size_kb): member in class:Tracer
tracing_microbenchmark.py 27 def warmup(self, buffer_size_kb=8000, **kwargs): member in class:tracing_microbenchmark
28 self.tracer.warmup(buffer_size_kb)
  /external/skia/tools/skpbench/
skpbench.py 140 print('running %i second warmup...' % warmup_time, file=sys.stderr)
143 '--skp', 'warmup']
147 # validate the warmup run output.
150 if match and match.bench == 'warmup':
152 raise Exception('Invalid warmup output:\n%s' % output)
  /external/skqp/tools/skpbench/
skpbench.py 140 print('running %i second warmup...' % warmup_time, file=sys.stderr)
143 '--skp', 'warmup']
147 # validate the warmup run output.
150 if match and match.bench == 'warmup':
152 raise Exception('Invalid warmup output:\n%s' % output)
  /external/libunwind/tests/
perf-startup 5 warmup=$(./forker 2000 /bin/true | cut -f1 -d' ')
  /external/autotest/server/site_tests/buffet_WebServerSanity/
buffet_WebServerSanity.py 14 def warmup(self, host): member in class:buffet_WebServerSanity
  /frameworks/support/browser/src/main/aidl/android/support/customtabs/
ICustomTabsService.aidl 31 boolean warmup(long flags) = 1;
  /art/test/545-tracing-and-jit/src/
Main.java 68 public void ensureCaller(boolean warmup, int invocationCount) throws Exception {
69 doLoadsOfStuff(warmup, invocationCount);
76 public void doLoadsOfStuff(boolean warmup, int invocationCount) throws Exception {
77 // Warmup is to make sure the JIT gets a chance to compile 'doLoadsOfStuff'.
78 if (warmup) {
80 doLoadsOfStuff(warmup, ++invocationCount);
95 doLoadsOfStuff(warmup, ++invocationCount);
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
RuntimeInstrument.java 245 final ShortDuration warmup; field in class:RuntimeInstrument.RuntimeMeasurementCollector
260 ShortDuration warmup,
264 this.warmup = warmup;
320 "WARNING: Warmup was interrupted because it took longer than %s of wall-clock time. "
321 + "%s was spent in the benchmark method for warmup "
322 + "(normal warmup duration should be %s).",
323 maxWarmupWallTime, elapsedWarmup, warmup));
344 return elapsedWarmup.compareTo(warmup) >= 0;
350 // measured warmup time. Because of the per-measurement overhead of running @BeforeRep an
    [all...]
  /frameworks/support/browser/src/main/java/androidx/browser/customtabs/
CustomTabsService.java 106 public boolean warmup(long flags) {
107 return CustomTabsService.this.warmup(flags);
202 * @return Whether warmup was/had been completed successfully. Multiple successful
205 protected abstract boolean warmup(long flags); method in class:CustomTabsService
223 * The method {@link CustomTabsService#warmup(long)} has to be called beforehand.
305 * {@link CustomTabsClient#warmup(long)} before this.
  /external/autotest/client/site_tests/bluetooth_AdapterSanity/
bluetooth_AdapterSanity.py 39 def warmup(self): member in class:bluetooth_AdapterSanity
40 """Overwrite parent warmup; no need to log in."""
  /external/autotest/client/site_tests/bluetooth_IDCheck/
bluetooth_IDCheck.py 23 def warmup(self): member in class:bluetooth_IDCheck
24 """Overwrite parent warmup; no need to log in."""
  /external/autotest/server/cros/bluetooth/
bluetooth_test.py 14 BluetoothTest provides a common warmup() and cleanup() function for the
33 def warmup(self, device_host, tester_host, interactive=False): member in class:BluetoothTest
  /external/autotest/server/site_tests/buffet_PrivetInfo/
buffet_PrivetInfo.py 41 def warmup(self, host): member in class:buffet_PrivetInfo
  /frameworks/support/browser/src/androidTest/java/androidx/browser/customtabs/
TestCustomTabsService.java 34 protected boolean warmup(long flags) { method in class:TestCustomTabsService
  /external/libjpeg-turbo/
tjbenchtest.in 99 runme $EXEDIR/tjbench $OUTDIR/$image 95 -rgb -quiet -benchtime 0.01 -warmup 0 -${dct}dct $YUVARG $ALLOCARG
112 runme $EXEDIR/tjbench $OUTDIR/$image 95 -rgb -tile -quiet -benchtime 0.01 -warmup 0 ${dctarg} $YUVARG $ALLOCARG
125 runme $EXEDIR/tjbench $OUTDIR/$image 95 -rgb -tile -quiet -benchtime 0.01 -warmup 0 -fastupsample ${dctarg} $YUVARG $ALLOCARG
141 runme $EXEDIR/tjbench $OUTDIR/${basename}_${samp}_Q95.jpg $BMPARG -tile -quiet -benchtime 0.01 -warmup 0 ${dctarg} $YUVARG $ALLOCARG
154 runme $EXEDIR/tjbench $OUTDIR/${basename}_${samp}_Q95.jpg $BMPARG -tile -quiet -benchtime 0.01 -warmup 0 -fastupsample ${dctarg} $YUVARG $ALLOCARG
173 runme $EXEDIR/tjbench $OUTDIR/${basename}_${samp}_Q95.jpg $BMPARG -scale ${scalearg} -quiet -benchtime 0.01 -warmup 0 $YUVARG $ALLOCARG
192 runme $EXEDIR/tjbench $OUTDIR/${basename}_${samp}_Q95.jpg $BMPARG -$xform -tile -quiet -benchtime 0.01 -warmup 0 $YUVARG $ALLOCARG
206 runme $EXEDIR/tjbench $OUTDIR/${basename}_${samp}_Q95.jpg $BMPARG -$xform -tile -quiet -benchtime 0.01 -warmup 0 -fastupsample $YUVARG $ALLOCARG
223 runme $EXEDIR/tjbench $OUTDIR/${basename}_${samp}_Q95.jpg $BMPARG -$xform -tile -quiet -benchtime 0.01 -warmup 0 -grayscale $YUVARG $ALLOCARG
243 runme $EXEDIR/tjbench $OUTDIR/${basename}_${samp}_Q95.jpg $BMPARG -$xform -scale ${scalearg} -quiet -benchtime 0.01 -warmup 0 $YUVARG $ALLOCAR
    [all...]
tjbenchtest.java.in 89 runme $JAVA TJBench $OUTDIR/$image 95 -rgb -quiet -benchtime 0.01 -warmup 0 -${dct}dct $YUVARG
102 runme $JAVA TJBench $OUTDIR/$image 95 -rgb -tile -quiet -benchtime 0.01 -warmup 0 ${dctarg} $YUVARG
110 runme $JAVA TJBench $OUTDIR/$image 95 -rgb -tile -quiet -benchtime 0.01 -warmup 0 -fastupsample ${dctarg} $YUVARG
121 runme $JAVA TJBench $OUTDIR/${basename}_${samp}_Q95.jpg -tile -quiet -benchtime 0.01 -warmup 0 ${dctarg} $YUVARG
129 runme $JAVA TJBench $OUTDIR/${basename}_${samp}_Q95.jpg -tile -quiet -benchtime 0.01 -warmup 0 -fastupsample ${dctarg} $YUVARG
143 runme $JAVA TJBench $OUTDIR/${basename}_${samp}_Q95.jpg -scale ${scalearg} -quiet -benchtime 0.01 -warmup 0 $YUVARG
162 runme $JAVA TJBench $OUTDIR/${basename}_${samp}_Q95.jpg -$xform -tile -quiet -benchtime 0.01 -warmup 0 $YUVARG
171 runme $JAVA TJBench $OUTDIR/${basename}_${samp}_Q95.jpg -$xform -tile -quiet -benchtime 0.01 -warmup 0 -fastupsample $YUVARG
183 runme $JAVA TJBench $OUTDIR/${basename}_${samp}_Q95.jpg -$xform -tile -quiet -benchtime 0.01 -warmup 0 -grayscale $YUVARG
198 runme $JAVA TJBench $OUTDIR/${basename}_${samp}_Q95.jpg -$xform -scale ${scalearg} -quiet -benchtime 0.01 -warmup 0 $YUVAR
    [all...]
  /external/ltp/testcases/kernel/controllers/memcg/functional/
memcg_lib.sh 151 warmup() function
187 warmup $!
218 warmup $!
411 warmup $! $PAGESIZE
448 warmup $!
  /external/autotest/client/site_tests/security_DeviceJail_Filesystem/
security_DeviceJail_Filesystem.py 28 def warmup(self): member in class:security_DeviceJail_Filesystem
29 super(security_DeviceJail_Filesystem, self).warmup()

Completed in 1152 milliseconds

1 2 3