Searched refs:SetBenchmarkBytesProcessed (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Dbenchmark.h26 void SetBenchmarkBytesProcessed(long long);
H A Dbenchmark.cc39 void SetBenchmarkBytesProcessed(long long x) { function
/external/regex-re2/util/
H A Dbenchmark.h26 void SetBenchmarkBytesProcessed(long long);
H A Dbenchmark.cc39 void SetBenchmarkBytesProcessed(long long x) { function
/external/chromium_org/third_party/re2/re2/testing/
H A Dregexp_benchmark.cc157 SetBenchmarkBytesProcessed(static_cast<int64>(iters)*nbytes);
250 SetBenchmarkBytesProcessed(static_cast<int64>(iters)*nbytes);
279 SetBenchmarkBytesProcessed(static_cast<int64>(iters)*nbytes);
291 SetBenchmarkBytesProcessed(static_cast<int64>(iters)*nbytes);
700 SetBenchmarkBytesProcessed(static_cast<int64>(iters)*nbytes);
760 SetBenchmarkBytesProcessed(static_cast<int64>(iters)*s.size());
1421 SetBenchmarkBytesProcessed(static_cast<int64>(iter)*n);
1434 SetBenchmarkBytesProcessed(static_cast<int64>(iter)*n);
/external/regex-re2/re2/testing/
H A Dregexp_benchmark.cc157 SetBenchmarkBytesProcessed(static_cast<int64>(iters)*nbytes);
250 SetBenchmarkBytesProcessed(static_cast<int64>(iters)*nbytes);
279 SetBenchmarkBytesProcessed(static_cast<int64>(iters)*nbytes);
291 SetBenchmarkBytesProcessed(static_cast<int64>(iters)*nbytes);
700 SetBenchmarkBytesProcessed(static_cast<int64>(iters)*nbytes);
760 SetBenchmarkBytesProcessed(static_cast<int64>(iters)*s.size());
1421 SetBenchmarkBytesProcessed(static_cast<int64>(iter)*n);
1434 SetBenchmarkBytesProcessed(static_cast<int64>(iter)*n);

Completed in 190 milliseconds