Home
last modified time | relevance | path

Searched refs:complexity_lambda (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcomplexity.cc176 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda); in ComputeBigO()
177 result_real = MinimalLeastSq(n, real_time, reports[0].complexity_lambda); in ComputeBigO()
H A Dbenchmark_api_internal.h26 BigOFunc* complexity_lambda; member
H A Dbenchmark.cc151 report.complexity_lambda = b.complexity_lambda; in CreateRunReport()
H A Dbenchmark_register.cc168 instance.complexity_lambda = family->complexity_lambda_; in FindBenchmarks()
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dcomplexity.cc179 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda); in ComputeBigO()
180 result_real = MinimalLeastSq(n, real_time, reports[0].complexity_lambda); in ComputeBigO()
H A Dbenchmark_api_internal.h28 BigOFunc* complexity_lambda; member
H A Dbenchmark_runner.cc88 report.complexity_lambda = b.complexity_lambda; in CreateRunReport()
H A Dbenchmark_register.cc168 instance.complexity_lambda = family->complexity_lambda_; in FindBenchmarks()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h1282 complexity_lambda(), in Run()
1319 BigOFunc* complexity_lambda; member
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1333 complexity_lambda(), in Run()
1372 BigOFunc* complexity_lambda; member