/external/autotest/client/tests/bonnie/ |
control.kernel_per-build_benchmarks | 9 Bonnie is a benchmark which measures the performance of Unix file system 15 This benchmark configuration run generates sustained write traffic
|
/external/autotest/client/tests/unixbench/ |
control | 5 CRITERIA = 'This test is a benchmark.' 8 TEST_CATEGORY = 'Benchmark'
|
/external/autotest/client/tests/unixbench5/ |
control | 5 CRITERIA = 'This test is a benchmark.' 7 TEST_CATEGORY = 'Benchmark'
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
UserCodeException.java | 20 * Signifies that the user's benchmark code threw an exception. 30 this("An exception was thrown from the benchmark code", cause);
|
/external/google-benchmark/src/ |
timers.h | 7 namespace benchmark { namespace 46 } // end namespace benchmark
|
/external/libcxx/utils/google-benchmark/src/ |
timers.h | 7 namespace benchmark { namespace 46 } // end namespace benchmark
|
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/ |
OkHttpAsync.java | 46 @Override public void prepare(final Benchmark benchmark) { 47 concurrencyLevel = benchmark.concurrencyLevel; 48 targetBacklog = benchmark.targetBacklog; 51 client.setProtocols(benchmark.protocols); 52 client.setDispatcher(new Dispatcher(new ThreadPoolExecutor(benchmark.concurrencyLevel, 53 benchmark.concurrencyLevel, 60, TimeUnit.SECONDS, new LinkedBlockingQueue<Runnable>()))); 55 if (benchmark.tls) {
|
/external/skia/bench/ |
Benchmark.h | 17 static BenchRegistry gBench##N([](void*) -> Benchmark* { code; }); 44 class Benchmark : public SkRefCnt { 46 Benchmark(); 60 // Call to determine whether the benchmark is intended for 66 // Allows a benchmark to override options used to construct the GrContext. 73 // Call before draw, allows the benchmark to do setup work outside of the 74 // timer. When a benchmark is repeatedly drawn, this should be called once 156 typedef sk_tools::Registry<Benchmark*(*)(void*)> BenchRegistry;
|
/external/skqp/bench/ |
Benchmark.h | 17 static BenchRegistry gBench##N([](void*) -> Benchmark* { code; }); 44 class Benchmark : public SkRefCnt { 46 Benchmark(); 60 // Call to determine whether the benchmark is intended for 66 // Allows a benchmark to override options used to construct the GrContext. 73 // Call before draw, allows the benchmark to do setup work outside of the 74 // timer. When a benchmark is repeatedly drawn, this should be called once 156 typedef sk_tools::Registry<Benchmark*(*)(void*)> BenchRegistry;
|
/external/toolchain-utils/crosperf/experiment_files/ |
page_cycler.exp | 18 # Telemetry page_cycler benchmark tests to be run. 19 benchmark: all_pagecyclers {
|
/frameworks/minikin/tests/perftests/ |
FontCollection.cpp | 21 #include <benchmark/benchmark.h> 34 static void BM_FontCollection_construct(benchmark::State& state) { 42 BENCHMARK(BM_FontCollection_construct); 44 static void BM_FontCollection_hasVariationSelector(benchmark::State& state) { 61 BENCHMARK(BM_FontCollection_hasVariationSelector) 81 static void BM_FontCollection_itemize(benchmark::State& state) { 103 BENCHMARK(BM_FontCollection_itemize)->Arg(0)->Arg(1)->Arg(2)->Arg(3)->Arg(4)->Arg(5)->Arg(6);
|
GraphemeBreak.cpp | 19 #include <benchmark/benchmark.h> 35 static void BM_GraphemeBreak_Ascii(benchmark::State& state) { 45 BENCHMARK(BM_GraphemeBreak_Ascii) 50 static void BM_GraphemeBreak_Emoji(benchmark::State& state) { 60 BENCHMARK(BM_GraphemeBreak_Emoji) 65 static void BM_GraphemeBreak_Emoji_Flags(benchmark::State& state) { 75 BENCHMARK(BM_GraphemeBreak_Emoji_Flags)
|
/prebuilts/go/darwin-x86/test/bench/go1/ |
parser_test.go | 7 // go parser benchmark based on go/parser/performance_test.go 40 b.Fatalf("benchmark failed due to parse error: %s", err)
|
/prebuilts/go/linux-x86/test/bench/go1/ |
parser_test.go | 7 // go parser benchmark based on go/parser/performance_test.go 40 b.Fatalf("benchmark failed due to parse error: %s", err)
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/ |
timers.h | 7 namespace benchmark { namespace 46 } // end namespace benchmark
|
reporter.cc | 15 #include "benchmark/reporter.h" 27 namespace benchmark { namespace 45 Out << "***WARNING*** CPU scaling is enabled, the benchmark " 68 } // end namespace benchmark
|
/external/toolchain-utils/crosperf/ |
suite_runner.py | 60 def Run(self, machine, label, benchmark, test_args, profiler_args): 61 for i in range(0, benchmark.retries + 1): 63 if benchmark.suite == 'telemetry': 65 ret_tup = self.Telemetry_Run(machine, label, benchmark, profiler_args) 66 elif benchmark.suite == 'telemetry_Crosperf': 68 ret_tup = self.Telemetry_Crosperf_Run(machine, label, benchmark, 71 ret_tup = self.Test_That_Run(machine, label, benchmark, test_args, 74 self.logger.LogOutput('benchmark %s failed. Retries left: %s' % 75 (benchmark.name, benchmark.retries - i) [all...] |
/art/test/303-verification-stress/ |
info.txt | 1 This is more a benchmark for the verifier than a real test. We create many
|
/external/autotest/client/tests/fio/ |
control | 8 fio is an I/O tool meant to be used both for benchmark and stress/hardware
|
/external/autotest/client/tests/tiobench/ |
control | 5 TEST_CATEGORY = 'Benchmark'
|
/external/gemmlowp/scripts/ |
ci-test.sh | 7 adb shell /data/local/tmp/benchmark
|
/frameworks/base/cmds/statsd/benchmark/ |
get_dimensions_for_condition_benchmark.cpp | 17 #include "benchmark/benchmark.h" 55 static void BM_GetDimensionInCondition(benchmark::State& state) { 66 BENCHMARK(BM_GetDimensionInCondition);
|
/frameworks/base/libs/hwui/ |
AndroidTest.xml | 29 <option name="native-benchmark-device-path" value="/data/benchmarktest" /> 30 <option name="benchmark-module-name" value="hwuimicro" /> 33 <option name="native-benchmark-device-path" value="/data/benchmarktest" /> 34 <option name="benchmark-module-name" value="hwuimacro" />
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/benchmarks/ |
vector_operations.bench.cpp | 7 #include "benchmark/benchmark_api.h"
|
/system/libhwbinder/vts/performance/ |
Android.bp | 37 srcs: ["Benchmark.cpp"], 42 // build for benchmark test based on binder. 58 // build for throughput benchmark test for hwbinder. 67 // build for latency benchmark test for hwbinder.
|