HomeSort by relevance Sort by last modified time
    Searched refs:benchmark (Results 251 - 275 of 400) sorted by null

<<111213141516

  /prebuilts/go/linux-x86/src/sync/
mutex_test.go 229 // This benchmark models a situation where spinning in the mutex should be
234 // As a matter of fact, this benchmark still triggers some spinning in the mutex.
263 // This benchmark models a situation where spinning in the mutex should be
  /external/vogar/src/vogar/
Run.java 80 public final boolean benchmark; field in class:Run
126 this.benchmark = vogar.benchmark;
  /prebuilts/go/darwin-x86/src/time/
sleep_test.go 84 func benchmark(b *testing.B, bench func(n int)) { func
104 benchmark(b, func(n int) {
122 benchmark(b, func(n int) {
130 benchmark(b, func(n int) {
138 benchmark(b, func(n int) {
149 benchmark(b, func(n int) {
  /prebuilts/go/linux-x86/src/time/
sleep_test.go 84 func benchmark(b *testing.B, bench func(n int)) { func
104 benchmark(b, func(n int) {
122 benchmark(b, func(n int) {
130 benchmark(b, func(n int) {
138 benchmark(b, func(n int) {
149 benchmark(b, func(n int) {
  /external/google-benchmark/include/benchmark/
reporter.h 26 namespace benchmark { namespace
28 // Interface for custom benchmark result printers.
29 // By default, benchmark reports are printed to stdout. However an application
40 // The number of chars in the longest benchmark name.
62 std::string report_label; // Empty if not set by benchmark.
83 // Zero if not set by benchmark.
109 // platform under which the benchmarks are running. The benchmark run is
114 // Called once for each group of benchmark runs, gives information about
115 // cpu-time and heap memory usage during the benchmark run. If the group
120 // complexity and RMS of that benchmark family
    [all...]
  /external/google-benchmark/src/
colorprint.cc 34 namespace benchmark { namespace
188 } // end namespace benchmark
csv_reporter.cc 15 #include "benchmark/reporter.h"
31 namespace benchmark { namespace
149 } // end namespace benchmark
mutex.h 67 namespace benchmark { namespace
153 } // end namespace benchmark
  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 25 namespace benchmark { namespace
27 // Interface for custom benchmark result printers.
28 // By default, benchmark reports are printed to stdout. However an application
39 // The number of chars in the longest benchmark name.
60 std::string report_label; // Empty if not set by benchmark.
81 // Zero if not set by benchmark.
105 // platform under which the benchmarks are running. The benchmark run is
110 // Called once for each group of benchmark runs, gives information about
111 // cpu-time and heap memory usage during the benchmark run. If the group
116 // complexity and RMS of that benchmark family
    [all...]
  /external/libcxx/utils/google-benchmark/src/
colorprint.cc 34 namespace benchmark { namespace
188 } // end namespace benchmark
console_reporter.cc 15 #include "benchmark/reporter.h"
33 namespace benchmark { namespace
50 "Benchmark", "Time", "CPU", "Iterations");
132 } // end namespace benchmark
mutex.h 67 namespace benchmark { namespace
153 } // end namespace benchmark
  /build/kati/testcase/
gen_testcase_parse_benchmark.go 15 // gen_testcase_parse_benchmark is a program to generate benchmark tests
  /external/toolchain-utils/deprecated/
build_benchmarks.py 17 - Execute bench.py script within chroot to build benchmark
70 def CreateRunsh(destdir, benchmark):
71 """Create run.sh script to run benchmark.
73 Perflab needs a run.sh that runs the benchmark.
76 contents = '#!/bin/sh\n%s $@ %s\n' % (run_cmd, benchmark)
99 logger.GetLogger().LogError('benchmark results %s does not exist.' %
153 help='Build benchmark.')
201 logger.GetLogger().LogFatal('Bad benchmark %s specified' % arg)
235 'clean of benchmark %s failed.' % arg)
243 'Build of benchmark %s failed.' % arg
    [all...]
  /external/toolchain-utils/user_activity_benchmarks/
select_optimal_benchmark_set.py 8 For each benchmark, there is a file with the common functions, as extracted by
13 functions for every benchmark.
15 It extracts for every benchmark and for the CWP data all the functions that
18 It generates all possible combinations of benchmark sets of a given size and
28 given groups. The benchmark set with the highest amount of unique functions
76 benchmark_set_size: Constant representing the size of a benchmark set.
121 """Selects the benchmark functions that match the given Chrome OS groups.
125 benchmark.
169 """Generic method that selects the optimal benchmark set based on a metric.
172 for selecting a benchmark set based on the three different metrics
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
SettingsStorageService.java 143 final long internalBench = storageManager.benchmark(null);
148 privateBench = storageManager.benchmark(privateVol.getId());
  /prebuilts/go/darwin-x86/src/crypto/aes/
cipher_amd64.go 69 // of key expansion is used for the benchmark when it is available.
  /prebuilts/go/darwin-x86/src/math/big/
gcd_test.go 5 // This file implements a GCD benchmark.
  /prebuilts/go/darwin-x86/test/bench/garbage/
tree2.go 93 // Standard gotest benchmark output, collected by build dashboard.
  /prebuilts/go/darwin-x86/test/bench/go1/
binarytree_test.go 5 // This benchmark, taken from the shootout, tests garbage collector
gob_test.go 5 // This benchmark tests gob encoding and decoding performance.
json_test.go 5 // This benchmark tests JSON encoding and decoding performance.
revcomp_test.go 5 // This benchmark, taken from the shootout, tests array indexing
template_test.go 5 // This benchmark tests text/template throughput,
  /prebuilts/go/linux-x86/src/crypto/aes/
cipher_amd64.go 69 // of key expansion is used for the benchmark when it is available.

Completed in 6421 milliseconds

<<111213141516