Benchmark 394 net/websockets/websocket_frame_test.cc Benchmark(kShortPayload, arraysize(kShortPayload)); Benchmark 400 net/websockets/websocket_frame_test.cc Benchmark(payload.get(), kLongPayloadSize); Benchmark 142 skia/ext/image_operations_bench.cc Benchmark() Benchmark 161 skia/ext/image_operations_bench.cc const int Benchmark::kDefaultNumberIterations = 1024; Benchmark 162 skia/ext/image_operations_bench.cc const skia::ImageOperations::ResizeMethod Benchmark::kDefaultResizeMethod = Benchmark 166 skia/ext/image_operations_bench.cc void Benchmark::Usage() { Benchmark 173 skia/ext/image_operations_bench.cc Benchmark::kDefaultNumberIterations, Benchmark 174 skia/ext/image_operations_bench.cc MethodToString(Benchmark::kDefaultResizeMethod)); Benchmark 179 skia/ext/image_operations_bench.cc bool Benchmark::ParseArgs(const base::CommandLine* command_line) { Benchmark 230 skia/ext/image_operations_bench.cc bool Benchmark::Run() const { Benchmark 279 skia/ext/image_operations_bench.cc Benchmark bench; Benchmark 283 skia/ext/image_operations_bench.cc Benchmark::Usage(); Benchmark 12 third_party/re2/util/benchmark.cc using testing::Benchmark; Benchmark 15 third_party/re2/util/benchmark.cc static Benchmark* benchmarks[10000]; Benchmark 18 third_party/re2/util/benchmark.cc void Benchmark::Register() { Benchmark 66 third_party/re2/util/benchmark.cc static void runN(Benchmark *b, int n, int siz) { Benchmark 95 third_party/re2/util/benchmark.cc void RunBench(Benchmark* b, int nthread, int siz) { Benchmark 146 third_party/re2/util/benchmark.cc Benchmark* b = benchmarks[i]; Benchmark 19 third_party/re2/util/benchmark.h Benchmark(const char* name, void (*f)(int)) { Clear(name); fn = f; Register(); } Benchmark 20 third_party/re2/util/benchmark.h Benchmark(const char* name, void (*f)(int, int), int l, int h) { Clear(name); fnr = f; lo = l; hi = h; Register(); } Benchmark 22 third_party/re2/util/benchmark.h Benchmark* ThreadRange(int lo, int hi) { threadlo = lo; threadhi = hi; return this; } Benchmark 35 third_party/re2/util/benchmark.h ::testing::Benchmark* _benchmark_##f = (new ::testing::Benchmark(#f, f)) Benchmark 38 third_party/re2/util/benchmark.h ::testing::Benchmark* _benchmark_##f = \ Benchmark 39 third_party/re2/util/benchmark.h (new ::testing::Benchmark(#f, f, lo, hi))