HomeSort by relevance Sort by last modified time
    Searched refs:complexity_lambda (Results 1 - 10 of 10) sorted by null

  /external/google-benchmark/src/
benchmark_api_internal.h 26 BigOFunc* complexity_lambda; member in struct:benchmark::internal::Benchmark::Instance
complexity.cc 280 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda);
281 result_real = MinimalLeastSq(n, real_time, reports[0].complexity_lambda);
benchmark.cc 258 report.complexity_lambda = b.complexity_lambda;
benchmark_register.cc 161 instance.complexity_lambda = family->complexity_lambda_;
  /external/libcxx/utils/google-benchmark/src/
benchmark_api_internal.h 26 BigOFunc* complexity_lambda; member in struct:benchmark::internal::Benchmark::Instance
complexity.cc 248 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda);
249 result_real = MinimalLeastSq(n, real_time, reports[0].complexity_lambda);
benchmark.cc 251 report.complexity_lambda = b.complexity_lambda;
benchmark_register.cc 150 instance.complexity_lambda = family->complexity_lambda_;
  /external/google-benchmark/include/benchmark/
reporter.h 55 complexity_lambda(),
92 BigOFunc* complexity_lambda; member in struct:benchmark::BenchmarkReporter::Run
  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 54 complexity_lambda(),
90 BigOFunc* complexity_lambda; member in struct:benchmark::BenchmarkReporter::Run

Completed in 82 milliseconds