Home
last modified time | relevance | path

Searched refs:warmup (Results 1 – 25 of 84) sorted by relevance

1234

/external/autotest/client/site_tests/hardware_MemoryThroughput/
Dhardware_MemoryThroughput.py23 def _run_benchmarks(self, test, warmup, num_iterations, parallel, sizes): argument
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, argument
73 self._run_benchmarks(test, warmup, num_iterations, parallel,
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DRuntimeInstrument.java245 final ShortDuration warmup; field in RuntimeInstrument.RuntimeMeasurementCollector
260 ShortDuration warmup, in RuntimeMeasurementCollector() argument
264 this.warmup = warmup; in RuntimeMeasurementCollector()
323 maxWarmupWallTime, elapsedWarmup, warmup)); in visit()
344 return elapsedWarmup.compareTo(warmup) >= 0; in measuredWarmupDurationReached()
375 ShortDuration warmup, in RepBasedMeasurementCollector() argument
379 super(measurementsPerTrial, warmup, maxWarmupWallTime, nanoTimeGranularity); in RepBasedMeasurementCollector()
426 ShortDuration warmup, in SingleInvocationMeasurementCollector() argument
429 super(measurementsPerTrial, warmup, maxWarmupWallTime, nanoTimeGranularity); in SingleInvocationMeasurementCollector()
/external/autotest/client/site_tests/hardware_MemoryLatency/
Dhardware_MemoryLatency.py19 def _run_benchmarks(self, warmup, num_iterations, max_size_mb, argument
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', argument
83 self._run_benchmarks(warmup, num_iterations, max_size_mb,
/external/libjpeg-turbo/
Dtjbenchtest.java.in97 …runme "$JAVA" $JAVAARGS TJBench $OUTDIR/$image 95 -rgb -quiet -benchtime 0.01 -warmup 0 -${dct}dct…
110 …runme "$JAVA" $JAVAARGS TJBench $OUTDIR/$image 95 -rgb -tile -quiet -benchtime 0.01 -warmup 0 ${dc…
118 …runme "$JAVA" $JAVAARGS TJBench $OUTDIR/$image 95 -rgb -tile -quiet -benchtime 0.01 -warmup 0 -fas…
129 …JBench $OUTDIR/${basename}_${samp}_Q95.jpg -tile -quiet -benchtime 0.01 -warmup 0 ${dctarg} $YUVAR…
137 …JBench $OUTDIR/${basename}_${samp}_Q95.jpg -tile -quiet -benchtime 0.01 -warmup 0 -fastupsample ${…
151 …IR/${basename}_${samp}_Q95.jpg -scale ${scalearg} -quiet -benchtime 0.01 -warmup 0 $YUVARG $PROGARG
170 …$OUTDIR/${basename}_${samp}_Q95.jpg -$xform -tile -quiet -benchtime 0.01 -warmup 0 $YUVARG $PROGARG
179 …OUTDIR/${basename}_${samp}_Q95.jpg -$xform -tile -quiet -benchtime 0.01 -warmup 0 -fastupsample $Y…
191 …OUTDIR/${basename}_${samp}_Q95.jpg -$xform -tile -quiet -benchtime 0.01 -warmup 0 -grayscale $YUVA…
206 …ename}_${samp}_Q95.jpg -$xform -scale ${scalearg} -quiet -benchtime 0.01 -warmup 0 $YUVARG $PROGARG
Dtjbenchtest.in103 …runme $EXEDIR/tjbench $OUTDIR/$image 95 -rgb -quiet -benchtime 0.01 -warmup 0 -${dct}dct $YUVARG $…
116 …runme $EXEDIR/tjbench $OUTDIR/$image 95 -rgb -tile -quiet -benchtime 0.01 -warmup 0 ${dctarg} $YUV…
129 …runme $EXEDIR/tjbench $OUTDIR/$image 95 -rgb -tile -quiet -benchtime 0.01 -warmup 0 -fastupsample …
145 …OUTDIR/${basename}_${samp}_Q95.jpg $BMPARG -tile -quiet -benchtime 0.01 -warmup 0 ${dctarg} $YUVAR…
158 …OUTDIR/${basename}_${samp}_Q95.jpg $BMPARG -tile -quiet -benchtime 0.01 -warmup 0 -fastupsample ${…
177 …name}_${samp}_Q95.jpg $BMPARG -scale ${scalearg} -quiet -benchtime 0.01 -warmup 0 $YUVARG $ALLOCAR…
196 …{basename}_${samp}_Q95.jpg $BMPARG -$xform -tile -quiet -benchtime 0.01 -warmup 0 $YUVARG $ALLOCAR…
210 …{basename}_${samp}_Q95.jpg $BMPARG -$xform -tile -quiet -benchtime 0.01 -warmup 0 -fastupsample $Y…
227 …{basename}_${samp}_Q95.jpg $BMPARG -$xform -tile -quiet -benchtime 0.01 -warmup 0 -grayscale $YUVA…
247 …samp}_Q95.jpg $BMPARG -$xform -scale ${scalearg} -quiet -benchtime 0.01 -warmup 0 $YUVARG $ALLOCAR…
/external/grpc-grpc/templates/tools/dockerfile/
Dcsharp_dotnetcli_deps.include13 RUN mkdir warmup ${'\\'}
14 && cd warmup ${'\\'}
17 && rm -rf warmup
/external/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_lib.sh159 warmup() function
195 warmup $!
226 warmup $!
419 warmup $! $PAGESIZES
456 warmup $!
/external/autotest/client/cros/
Ddevice_jail_test_base.py19 def warmup(self): member in DeviceJailTestBase
20 super(DeviceJailTestBase, self).warmup()
/external/autotest/server/cros/audio/
Daudio_test.py24 def warmup(self): member in AudioTest
27 test.test.warmup(self)
/external/autotest/server/site_tests/power_ChargeControlWrapper/
Dpower_ChargeControlWrapper.py31 def warmup(self, host): member in power_ChargeControlWrapper
37 super(power_ChargeControlWrapper, self).warmup(host)
/external/autotest/server/cros/network/
Dlucid_sleep_test_base.py27 def warmup(self, host, raw_cmdline_args, additional_params=None): member in LucidSleepTestBase
28 super(LucidSleepTestBase, self).warmup(
Drandom_mac_address_test_base.py33 def warmup(self, host, raw_cmdline_args, additional_params=None): member in RandomMACAddressTestBase
34 super(RandomMACAddressTestBase, self).warmup(
/external/autotest/client/site_tests/power_Dummy/
Dpower_Dummy.py25 def warmup(self): member in power_Dummy
27 super(power_Dummy, self).warmup(warmup_time=1.)
/external/grpc-grpc/tools/dockerfile/distribtest/csharp_ubuntu1404_x64/
DDockerfile36 RUN mkdir warmup \
37 && cd warmup \
40 && rm -rf warmup
/external/autotest/client/tests/tracing_microbenchmark/
Dtracing_microbenchmark.py27 def warmup(self, buffer_size_kb=8000, **kwargs): member in tracing_microbenchmark
28 self.tracer.warmup(buffer_size_kb)
/external/skqp/src/compute/hs/cuda/bench/
Dmain.c265 uint32_t const warmup, in hs_bench() argument
358 for (uint32_t ii=0; ii<warmup+loops; ii++) in hs_bench()
360 if (ii == warmup) in hs_bench()
569 uint32_t const warmup = (argc <= 7) ? HS_BENCH_WARMUP : strtoul(argv[7],NULL,0); in main() local
590 warmup, in main()
/external/skia/src/compute/hs/cuda/bench/
Dmain.c265 uint32_t const warmup, in hs_bench() argument
358 for (uint32_t ii=0; ii<warmup+loops; ii++) in hs_bench()
360 if (ii == warmup) in hs_bench()
569 uint32_t const warmup = (argc <= 7) ? HS_BENCH_WARMUP : strtoul(argv[7],NULL,0); in main() local
590 warmup, in main()
/external/autotest/client/cros/audio/
Daudio_helper.py873 def warmup(self): member in chrome_rms_test
874 super(chrome_rms_test, self).warmup()
900 def warmup(self): member in cras_rms_test
901 super(cras_rms_test, self).warmup()
917 def warmup(self): member in alsa_rms_test
918 super(alsa_rms_test, self).warmup()
/external/caliper/caliper/src/main/resources/com/google/caliper/config/
Dglobal-config.properties41 instrument.runtime.options.warmup=10s
42 # Interrupt warmup when it has been running for this much wall-clock time,
43 # even if the measured warmup time (above) hasn't been reached. This prevents fast benchmarks
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_csharpcoreclr/
DDockerfile97 RUN mkdir warmup \
98 && cd warmup \
101 && rm -rf warmup
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_csharp/
DDockerfile97 RUN mkdir warmup \
98 && cd warmup \
101 && rm -rf warmup
/external/autotest/client/site_tests/security_DeviceJail_Filesystem/
Dsecurity_DeviceJail_Filesystem.py28 def warmup(self): member in security_DeviceJail_Filesystem
29 super(security_DeviceJail_Filesystem, self).warmup()
/external/skia/src/compute/hs/cl/bench/
Dmain.c312 uint32_t const warmup, in hs_bench() argument
395 for (uint32_t ii=0; ii<warmup+loops; ii++) in hs_bench()
397 if (ii == warmup) in hs_bench()
699 uint32_t const warmup = (argc <= 6) ? HS_BENCH_WARMUP : strtoul(argv[6],NULL,0); in main() local
757 warmup, in main()
/external/skqp/src/compute/hs/cl/bench/
Dmain.c312 uint32_t const warmup, in hs_bench() argument
395 for (uint32_t ii=0; ii<warmup+loops; ii++) in hs_bench()
397 if (ii == warmup) in hs_bench()
699 uint32_t const warmup = (argc <= 6) ? HS_BENCH_WARMUP : strtoul(argv[6],NULL,0); in main() local
757 warmup, in main()
/external/grpc-grpc/tools/dockerfile/test/csharp_jessie_x64/
DDockerfile101 RUN mkdir warmup \
102 && cd warmup \
105 && rm -rf warmup

1234