Searched defs:Benchmark (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/tsan/rtl_tests/
H A Dtsan_bench.cc25 static void Benchmark() { function
36 Benchmark<uint8_t, noinstr>();
40 Benchmark<uint8_t, __tsan_read1>();
44 Benchmark<uint8_t, __tsan_write1>();
48 Benchmark<uint16_t, noinstr>();
52 Benchmark<uint16_t, __tsan_read2>();
56 Benchmark<uint16_t, __tsan_write2>();
60 Benchmark<uint32_t, noinstr>();
64 Benchmark<uint32_t, __tsan_read4>();
68 Benchmark<uint32_
[all...]
/external/regex-re2/util/
H A Dbenchmark.h9 struct Benchmark { struct in namespace:testing
19 Benchmark(const char* name, void (*f)(int)) { Clear(name); fn = f; Register(); } function in struct:testing::Benchmark
20 Benchmark(const char* name, void (*f)(int, int), int l, int h) { Clear(name); fnr = f; lo = l; hi = h; Register(); } function in struct:testing::Benchmark
22 Benchmark* ThreadRange(int lo, int hi) { threadlo = lo; threadhi = hi; return this; }
35 ::testing::Benchmark* _benchmark_##f = (new ::testing::Benchmark(#f, f))
38 ::testing::Benchmark* _benchmark_##f = \
39 (new ::testing::Benchmark(#f, f, lo, hi))
/external/v8/benchmarks/
H A Dbase.js38 function Benchmark(name, run, setup, tearDown) { class
46 // Benchmark results hold the benchmark and the measured time used to

Completed in 107 milliseconds