HomeSort by relevance Sort by last modified time
    Searched full:benchmark (Results 226 - 250 of 2250) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/bench/
WriterBench.cpp 8 #include "Benchmark.h"
12 class WriterBench : public Benchmark {
35 typedef Benchmark INHERITED;
  /external/skqp/bench/
AndroidCodecBench.h 11 #include "Benchmark.h"
21 class AndroidCodecBench : public Benchmark {
38 typedef Benchmark INHERITED;
CodecBench.h 11 #include "Benchmark.h"
21 class CodecBench : public Benchmark {
39 typedef Benchmark INHERITED;
ControlBench.cpp 8 #include "Benchmark.h"
10 // This benchmark's runtime should be fairly constant for a given machine,
13 struct ControlBench : public Benchmark {
WriterBench.cpp 8 #include "Benchmark.h"
12 class WriterBench : public Benchmark {
35 typedef Benchmark INHERITED;
  /external/toolchain-utils/bestflags/examples/omnetpp/
README 1 This directory contains the omnetpp example in SPEC2006 benchmark.
9 module of the framework to benchmark the optimization compilation.
17 Copy the SPEC2006 benchmark into this directory.
  /external/toolchain-utils/crosperf/experiment_files/
non-telemetry-tests.exp 15 benchmark: BootPerfServer {
20 benchmark: bvt {
24 benchmark: login_LoginSuccess {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
counter.h 15 #include "benchmark/benchmark_api.h"
17 namespace benchmark { namespace
26 } //end namespace benchmark
  /frameworks/base/tests/JankBench/scripts/
runall.py 24 adbutil.pm(dev, "clear", "com.android.benchmark")
29 adbutil.pm(dev, "clear", "com.android.benchmark")
34 adbutil.am(dev, "force-stop", "com.android.benchmark")
37 ["-n", "\"com.android.benchmark/.app.RunLocalBenchmarksActivity\"",
38 "--eia", "\"com.android.benchmark.EXTRA_ENABLED_BENCHMARK_IDS\"", "\"0,1,2,3,4,5,6\"",
39 "--ei", "\"com.android.benchmark.EXTRA_RUN_COUNT\"", "\"5\""])
  /frameworks/minikin/tests/perftests/
Hyphenator.cpp 18 #include <benchmark/benchmark.h>
29 static void BM_Hyphenator_short_word(benchmark::State& state) {
40 BENCHMARK(BM_Hyphenator_short_word);
42 static void BM_Hyphenator_long_word(benchmark::State& state) {
53 BENCHMARK(BM_Hyphenator_long_word);
  /system/core/liblog/tests/
liblog_benchmark.cpp 29 #include <benchmark/benchmark.h>
56 static void BM_log_maximum_retry(benchmark::State& state) {
62 BENCHMARK(BM_log_maximum_retry);
69 static void BM_log_maximum(benchmark::State& state) {
75 BENCHMARK(BM_log_maximum);
85 static void BM_log_maximum_null(benchmark::State& state) {
90 BENCHMARK(BM_log_maximum_null);
103 static void BM_clock_overhead(benchmark::State& state) {
109 BENCHMARK(BM_clock_overhead)
    [all...]
  /external/autotest/client/site_tests/platform_AesThroughput/
control 7 PURPOSE = "Benchmark processor performance using OpenSSL using AES options."
9 This test is a benchmark.
  /external/autotest/client/site_tests/platform_LibCBench/
control 12 TEST_CATEGORY = "Benchmark"
17 Runs the libc-bench benchmark originally from http://www.etalabs.net/libc-bench.html
platform_LibCBench.py 50 # Output for each benchmark looks like the following:
63 for benchmark in results:
64 average = sum(results[benchmark]) / len(results[benchmark])
65 minimum = min(results[benchmark])
66 maximum = max(results[benchmark])
72 (benchmark, minimum, maximum, difference, average,
75 key_string = re.sub('[^\w]', '_', benchmark)
  /external/autotest/client/site_tests/power_Idle/
control 8 CRITERIA = "This test is a benchmark."
10 TEST_CATEGORY = "Benchmark"
  /external/autotest/client/site_tests/power_Status/
control 8 CRITERIA = "This test is a benchmark."
10 TEST_CATEGORY = "Benchmark"
  /external/autotest/client/tests/iozone/
control 7 TEST_CATEGORY = "Benchmark"
11 computer platform. The benchmark tests file I/O performance for the following
  /external/autotest/client/tests/netperf2/
control.parallel 4 TEST_CATEGORY = "BENCHMARK"
8 TCP/UDP/sockets/etc performance benchmark.
  /external/conscrypt/benchmark-android/src/main/java/org/conscrypt/
CaliperEngineWrapBenchmark.java 37 import com.google.caliper.Benchmark;
43 * Benchmark comparing performance of various engine implementations to conscrypt.
61 private EngineWrapBenchmark benchmark; field in class:CaliperEngineWrapBenchmark
65 benchmark = new EngineWrapBenchmark(config);
70 benchmark.teardown();
73 @Benchmark
76 benchmark.wrap();
82 benchmark.wrapAndUnwrap();
  /external/expat/tests/benchmark/
README.txt 1 Use this benchmark command line utility as follows:
3 benchmark [-n] <file name> <buffer size> <# iterations>
  /external/google-benchmark/src/
colorprint.h 8 namespace benchmark { namespace
31 } // end namespace benchmark
  /external/google-benchmark/test/
statistics_test.cc 13 double Res = benchmark::StatisticsMean(Inputs);
18 double Res = benchmark::StatisticsMean(Inputs);
23 double Res = benchmark::StatisticsMean(Inputs);
32 double Res = benchmark::StatisticsMedian(Inputs);
37 double Res = benchmark::StatisticsMedian(Inputs);
42 double Res = benchmark::StatisticsMedian(Inputs);
51 double Res = benchmark::StatisticsStdDev(Inputs);
56 double Res = benchmark::StatisticsStdDev(Inputs);
  /external/libcxx/utils/google-benchmark/src/
colorprint.h 8 namespace benchmark { namespace
31 } // end namespace benchmark
  /external/libcxx/utils/google-benchmark/test/
statistics_test.cc 13 double Res = benchmark::StatisticsMean(Inputs);
18 double Res = benchmark::StatisticsMean(Inputs);
23 double Res = benchmark::StatisticsMean(Inputs);
32 double Res = benchmark::StatisticsMedian(Inputs);
37 double Res = benchmark::StatisticsMedian(Inputs);
42 double Res = benchmark::StatisticsMedian(Inputs);
51 double Res = benchmark::StatisticsStdDev(Inputs);
56 double Res = benchmark::StatisticsStdDev(Inputs);
  /external/okhttp/benchmarks/
README.md 7 1. If you made modifications to `com.squareup.okhttp.benchmarks.Benchmark` run `mvn compile`.
8 2. Run `mvn exec:exec` to launch a new JVM, which will execute the benchmark.

Completed in 643 milliseconds

1 2 3 4 5 6 7 8 91011>>