HomeSort by: relevance | last modified time | path
    Searched refs:Repetitions (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
display_aggregates_only_test.cc 17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->DisplayAggregatesOnly();
report_aggregates_only_test.cc 17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
reporter_output_test.cc 259 // need two repetitions min to be able to output any aggregate output
260 BENCHMARK(BM_Repeat)->Repetitions(2);
293 // but for two repetitions, mean and median is the same, so let's repeat..
294 BENCHMARK(BM_Repeat)->Repetitions(3);
332 // median differs between even/odd number of repetitions, so just to be sure
333 BENCHMARK(BM_Repeat)->Repetitions(4);
383 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
395 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
431 BENCHMARK(BM_SummaryDisplay)->Repetitions(2)->DisplayAggregatesOnly();
467 ->Repetitions(3
    [all...]
options_test.cc 37 BENCHMARK(BM_basic)->Repetitions(3);
user_counters_thousands_test.cc 28 BENCHMARK(BM_Counters_Thousands)->Repetitions(2);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
reporter_output_test.cc 222 // need two repetitions min to be able to output any aggregate output
223 BENCHMARK(BM_Repeat)->Repetitions(2);
239 // but for two repetitions, mean and median is the same, so let's repeat..
240 BENCHMARK(BM_Repeat)->Repetitions(3);
259 // median differs between even/odd number of repetitions, so just to be sure
260 BENCHMARK(BM_Repeat)->Repetitions(4);
289 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
299 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
319 ->Repetitions(3)
352 ->Repetitions(3
    [all...]
options_test.cc 37 BENCHMARK(BM_basic)->Repetitions(3);
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
benchmark_register.cc 164 instance.repetitions = family->repetitions_;
370 Benchmark* Benchmark::Repetitions(int n) {
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
benchmark_register.cc 164 instance.repetitions = family->repetitions_;
365 Benchmark* Benchmark::Repetitions(int n) {
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 866 Benchmark* Repetitions(int n);
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
benchmark.h 831 Benchmark* Repetitions(int n);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 6899 unsigned Repetitions = 1u << (NumStages - 1);
6904 for (unsigned Stage = 0; Stage != Repetitions; ++Stage) {
    [all...]

Completed in 48 milliseconds