/prebuilts/go/linux-x86/test/bench/garbage/ |
parser.go | 5 // Garbage collection benchmark: parse Go packages repeatedly. 128 // Standard gotest benchmark output, collected by build dashboard.
|
/prebuilts/go/linux-x86/test/bench/go1/ |
parserdata_test.go | 5 // Input for parser benchmark. 9 // We compile the data into the binary so that the benchmark is
|
/prebuilts/go/linux-x86/test/ |
fibo.go | 9 // fibo -bench benchmark fibonacci computation (takes about 1 min) 16 // Command fibo is a stand-alone test and benchmark to 280 res := testing.Benchmark(func(b *testing.B) { benchFibo(b, n, half, opt) })
|
/system/core/liblog/tests/ |
benchmark_main.cpp | 17 #include <benchmark.h> 35 typedef std::vector< ::testing::Benchmark*> BenchmarkList; 79 bool ShouldRun(Benchmark* b, int argc, char* argv[]) { 101 void BenchmarkRegister(Benchmark* b) { 108 void RunRepeatedly(Benchmark* b, int iterations) { 120 void Run(Benchmark* b) {
|
/prebuilts/go/darwin-x86/src/testing/ |
sub_test.go | 386 t.Errorf("no time spent in benchmark t1 >= t2 (%d >= %d)", time1, time2) 461 // benchmark is responsible for. Luckily the point of this test is 475 // This is almost like the Benchmark function, except that we override 496 t.Errorf("%s: N for parent benchmark was %d; want 1", tc.desc, root.result.N) 514 // Ensure Benchmark initialized common.w by invoking it with an error and 516 Benchmark(func(b *B) { b.Error("do not print this output") }) 517 Benchmark(func(b *B) {})
|
/prebuilts/go/linux-x86/src/testing/ |
sub_test.go | 386 t.Errorf("no time spent in benchmark t1 >= t2 (%d >= %d)", time1, time2) 461 // benchmark is responsible for. Luckily the point of this test is 475 // This is almost like the Benchmark function, except that we override 496 t.Errorf("%s: N for parent benchmark was %d; want 1", tc.desc, root.result.N) 514 // Ensure Benchmark initialized common.w by invoking it with an error and 516 Benchmark(func(b *B) { b.Error("do not print this output") }) 517 Benchmark(func(b *B) {})
|
/prebuilts/go/darwin-x86/doc/progs/ |
go1.go | 225 // Verify correctness before running benchmark.
|
/prebuilts/go/darwin-x86/src/runtime/ |
append_test.go | 221 // We benchmark four common sizes (byte, pointer, string/interface, slice),
|
/prebuilts/go/linux-x86/doc/progs/ |
go1.go | 225 // Verify correctness before running benchmark.
|
/prebuilts/go/linux-x86/src/runtime/ |
append_test.go | 221 // We benchmark four common sizes (byte, pointer, string/interface, slice),
|
/build/soong/cc/ |
androidmk.go | 202 func (benchmark *benchmarkDecorator) AndroidMk(ctx AndroidMkContext, ret *android.AndroidMkData) { 203 ctx.subAndroidMk(ret, benchmark.binaryDecorator)
|
/development/samples/RenderScript/Levels/src/com/android/rs/levels/ |
LevelsDalvikActivity.java | 231 public void benchmark(View v) { method in class:LevelsDalvikActivity
|
/external/google-benchmark/src/ |
complexity.cc | 16 // Adapted to be used with google benchmark 18 #include "benchmark/benchmark_api.h" 26 namespace benchmark { namespace 70 // - n : Vector containing the size of the benchmark tests. 71 // - time : Vector containing the times for the benchmark tests. 116 // - n : Vector containing the size of the benchmark tests. 117 // - time : Vector containing the times for the benchmark tests. 125 // benchmark runs are given 172 // can take this information from the first benchmark. 284 } // end namespace benchmark [all...] |
stat.h | 9 namespace benchmark { namespace 304 } // end namespace benchmark
|
/external/libcxx/utils/google-benchmark/src/ |
complexity.cc | 16 // Adapted to be used with google benchmark 18 #include "benchmark/benchmark_api.h" 26 namespace benchmark { namespace 70 // - n : Vector containing the size of the benchmark tests. 71 // - time : Vector containing the times for the benchmark tests. 116 // - n : Vector containing the size of the benchmark tests. 117 // - time : Vector containing the times for the benchmark tests. 125 // benchmark runs are given 172 // can take this information from the first benchmark. 284 } // end namespace benchmark [all...] |
stat.h | 9 namespace benchmark { namespace 304 } // end namespace benchmark
|
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
ScriptGroupTestActivity.java | 260 public void benchmark(View v) { method in class:ScriptGroupTestActivity 308 // For benchmark test
|
/prebuilts/go/darwin-x86/src/go/doc/ |
example.go | 44 // example function, zero test or benchmark functions, and at least one 64 if isTest(name, "Test") || isTest(name, "Benchmark") { 124 // isTest tells whether name looks like a test, example, or benchmark.
|
/prebuilts/go/linux-x86/src/go/doc/ |
example.go | 44 // example function, zero test or benchmark functions, and at least one 64 if isTest(name, "Test") || isTest(name, "Benchmark") { 124 // isTest tells whether name looks like a test, example, or benchmark.
|
/external/ImageMagick/MagickCore/ |
opencl.c | 703 % information from the micro-benchmark. 909 We don't run the benchmark when we can not write out a device profile. The 944 benchmark; 967 benchmark=MagickFalse; 969 benchmark=MagickTrue; 976 benchmark=MagickTrue; 982 if (benchmark != MagickFalse) 1063 We need this to get a proper performance benchmark, the operations 943 benchmark; local [all...] |
/external/v8/benchmarks/ |
richards.js | 30 // benchmark from: 34 // The benchmark was originally implemented in BCPL by 39 new Benchmark("Richards", runRichards) 44 * The Richards benchmark simulates the task dispatcher of an
|
splay.js | 28 // This benchmark is based on a JavaScript log processing module used 37 new Benchmark("Splay", SplayRun, SplaySetup, SplayTearDown) 65 // The benchmark framework guarantees that Math.random is
|
/external/fio/tools/ |
genfio | 57 -r seconds : Time in seconds per benchmark
|
/external/v8/benchmarks/spinning-balls/ |
v.js | 133 // To make the benchmark results predictable, we replace Math.random 151 // The benchmark framework guarantees that Math.random is
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
MockStorageManager.java | 414 public long benchmark(String volId) throws RemoteException { method in class:MockStorageManager
|