/tools/tradefederation/core/src/com/android/tradefed/util/ |
SimplePerfResult.java | 90 * Get benchmark metrics 92 * @return {@link Map} key: benchmark name, value: metrics 103 * Get benchmark comments 105 * @return {@link Map} key: benchmark name, value: comment
|
/external/google-benchmark/src/ |
benchmark.cc | 15 #include "benchmark/benchmark.h" 60 "Minimum number of seconds we should run benchmark before " 65 "of the benchmark execution, regardless of number of " 69 "The number of runs of each benchmark. If greater than 1, the " 73 "Report the result of each benchmark repetitions. When 'true' is " 101 namespace benchmark { namespace 221 const benchmark::internal::Benchmark::Instance& b, 224 // Create report about this benchmark run [all...] |
/external/libcxx/utils/google-benchmark/src/ |
benchmark.cc | 15 #include "benchmark/benchmark.h" 60 "Minimum number of seconds we should run benchmark before " 65 "of the benchmark execution, regardless of number of " 69 "The number of runs of each benchmark. If greater than 1, the " 73 "Report the result of each benchmark repetitions. When 'true' is " 101 namespace benchmark { namespace 221 const benchmark::internal::Benchmark::Instance& b, 224 // Create report about this benchmark run [all...] |
/external/lisa/libs/utils/android/workloads/ |
jankbench.py | 40 # Regexps for benchmark synchronization 43 '(cmp=com.android.benchmark/.app.RunLocalBenchmarksActivity)' 69 JANKBENCH_DB_PATH = '/data/data/com.android.benchmark/databases/' 90 package = 'com.android.benchmark' 168 self._log.debug('Start Jank Benchmark [%d:%s]', test_id, test_name) 169 test_cmd = 'am start -n "com.android.benchmark/.app.RunLocalBenchmarksActivity" '\ 170 '--eia "com.android.benchmark.EXTRA_ENABLED_BENCHMARK_IDS" {0} '\ 171 '--ei "com.android.benchmark.EXTRA_RUN_COUNT" {1}'\ 179 self._log.debug('Benchmark started!') 190 self._log.debug('Benchmark done!' [all...] |
/external/toolchain-utils/crosperf/ |
generate_report.py | 11 BenchmarkPlatforms is a [str], each of which names a platform the benchmark 15 BenchmarkData is a {str: [PlatformData]}. The str is the name of the benchmark, 17 PlatformData for each benchmark, for each element in BenchmarkPlatforms. 21 the metrics collected from an independent run of this benchmark. NOTE: Each 23 the benchmark. If the benchmark is successful, said return value should be 0. 38 Which says that we ran a benchmark on platforms named peppy, and 40 We ran one benchmark, named bench_draw_line. 63 """Counts the number of iterations for each benchmark in benchmark_runs.""" 75 """Limits the given benchmark results to max_keys keys in-place [all...] |
/external/protobuf/benchmarks/ |
ProtoBench.java | 60 System.err.println("e.g. com.google.protocolbuffers.benchmark.Message1"); 104 benchmark("Serialize to byte string", inputData.length, new Action() { 107 benchmark("Serialize to byte array", inputData.length, new Action() { 110 benchmark("Serialize to memory stream", inputData.length, new Action() { 116 benchmark("Serialize to /dev/null with FileOutputStream", inputData.length, new Action() { 121 benchmark("Serialize to /dev/null reusing FileOutputStream", inputData.length, new Action() { 128 benchmark("Deserialize from byte string", inputData.length, new Action() { 133 benchmark("Deserialize from byte array", inputData.length, new Action() { 139 benchmark("Deserialize from memory stream", inputData.length, new Action() { 156 private static void benchmark(String name, long dataSize, Action action) throws IOException method in class:ProtoBench [all...] |
/external/toolchain-utils/android_bench_suite/ |
build_bench.py | 9 """Script to build the benchmark locally with toolchain settings.""" 29 '-b', '--bench', required=True, help='Select the benchmark to be built.') 39 '-o', '--build_os', help='Specify the host OS to build benchmark.') 59 # CFLAGS/LDFLAGS in the android makefile of each benchmark 130 logging.info('Setting compiler options for benchmark...') 167 # Run script to build benchmark 169 logging.info('Start building benchmark...') 181 log_head = 'Log for building benchmark: %s\n' % (bench) 192 logging.info('Logs for building benchmark %s are written to %s.', bench, 194 logging.info('Benchmark built successfully!' [all...] |
run.py | 9 # This is the script to run specified benchmark with different toolchain 10 # settings. It includes the process of building benchmark locally and running 11 # benchmark on DUT. 13 """Main script to run the benchmark suite from building to testing.""" 34 help='Select which benchmark to run') 58 help='Specify the host OS to build the benchmark.') 132 # Configure file for benchmark test 247 # Build benchmark binary with toolchain settings 250 # Build benchmark locally 263 logging.info('Building benchmark for toolchain setting No.%d...', setting_no [all...] |
/system/extras/tests/binder/benchmarks/ |
binderAddInts.cpp | 19 * Binder add integers benchmark (Using google-benchmark library) 40 #include <benchmark/benchmark.h> 82 static void BM_addInts(benchmark::State& state); 106 static void BM_addInts(benchmark::State& state) 129 // Perform the IPC operations in the benchmark 164 BENCHMARK(BM_addInts); 249 ::benchmark::Initialize(&argc, argv); 252 // available at the start of the benchmark [all...] |
/toolchain/benchmark/ |
build_bench.py | 9 """Script to build the benchmark locally with toolchain settings.""" 32 help='Select the benchmark to be built.') 44 help='Specify the host OS to build benchmark.') 64 # CFLAGS/LDFLAGS in the android makefile of each benchmark 136 logging.info('Setting compiler options for benchmark...') 174 # Run script to build benchmark 176 logging.info('Start building benchmark...') 188 log_head = 'Log for building benchmark: %s\n' % (bench) 199 logging.info('Logs for building benchmark %s are written to %s.', 201 logging.info('Benchmark built successfully!' [all...] |
run.py | 9 # This is the script to run specified benchmark with different toolchain 10 # settings. It includes the process of building benchmark locally and running 11 # benchmark on DUT. 13 """Main script to run the benchmark suite from building to testing.""" 34 help='Select which benchmark to run') 58 help='Specify the host OS to build the benchmark.') 132 # Configure file for benchmark test 247 # Build benchmark binary with toolchain settings 250 # Build benchmark locally 263 logging.info('Building benchmark for toolchain setting No.%d...' [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/ |
benchmark.cc | 15 #include "benchmark/benchmark.h" 60 "Minimum number of seconds we should run benchmark before " 65 "of the benchmark execution, regardless of number of " 69 "The number of runs of each benchmark. If greater than 1, the " 73 "Report the result of each benchmark repetitions. When 'true' is " 96 namespace benchmark { namespace 219 const benchmark::internal::Benchmark::Instance& b, 222 // Create report about this benchmark run [all...] |
/bionic/benchmarks/tests/ |
benchmark_test.cpp | 20 TEST(benchmark, memory_align) { 32 TEST(benchmark, ptr_align) {
|
/cts/tests/openglperf2/src/android/opengl2/cts/ |
GLActivityIntentKeys.java | 18 * Holds the name of the benchmark to run. 22 * Holds whether or not the benchmark is to be run offscreen.
|
/development/samples/RenderScript/Levels/res/values/ |
strings.xml | 30 <string name="benchmark">Benchmark</string>
|
/external/autotest/client/site_tests/graphics_GLMark2/ |
control.bvt | 7 PURPOSE = 'Benchmark the graphics library performance.' 23 glmark2 is a benchmark for OpenGL (ES) 2.0. It uses only the subset of the
|
/external/autotest/client/site_tests/hardware_StorageFio/ |
control | 7 PURPOSE = 'Benchmark storage performance using an unmounted root partition.' 8 CRITERIA = 'This test is a benchmark.'
|
control.hwqual | 7 PURPOSE = 'Benchmark storage performance using an unmounted root partition.' 8 CRITERIA = 'This test is a benchmark.'
|
control.quicktest | 7 PURPOSE = 'Benchmark storage performance using an unmounted root partition.' 8 CRITERIA = 'This test is a quick benchmark.'
|
/external/autotest/client/site_tests/power_LoadTest/ |
control | 8 CRITERIA = "This test is a benchmark." 10 TEST_CATEGORY = "Benchmark"
|
control.1hour | 8 CRITERIA = "This test is a benchmark." 10 TEST_CATEGORY = "Benchmark"
|
/external/caliper/caliper/src/main/java/com/google/caliper/ |
AfterExperiment.java | 36 * method with {@code @AfterExperiment(Benchmark.class)} will cause it to only run for 37 * {@link Benchmark} experiments. By default, annotated methods run for all experiments.
|
BeforeExperiment.java | 36 * method with {@code @BeforeExperiment(Benchmark.class)} will cause it to only run for 37 * {@link Benchmark} experiments. By default, annotated methods run for all experiments.
|
/external/caliper/caliper/src/main/java/com/google/caliper/api/ |
Macrobenchmark.java | 27 * macrobenchmark is roughly defined as any benchmark whose runtime is large enough that the 29 * repetition of the benchmark code can be timed individually.
|
SkipThisScenarioException.java | 20 * Throw this exception from your benchmark class's setUp method, or benchmark method
|