Searched refs:complexity_lambda (Results 1 – 13 of 13) sorted by relevance
| /external/libcxx/utils/google-benchmark/src/ |
| D | complexity.cc | 179 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()
|
| D | benchmark_api_internal.h | 28 BigOFunc* complexity_lambda; member
|
| D | benchmark_runner.cc | 88 report.complexity_lambda = b.complexity_lambda; in CreateRunReport()
|
| D | benchmark_register.cc | 168 instance.complexity_lambda = family->complexity_lambda_; in FindBenchmarks()
|
| /external/cronet/third_party/google_benchmark/src/src/ |
| D | complexity.cc | 182 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda); in ComputeBigO() 183 result_real = MinimalLeastSq(n, real_time, reports[0].complexity_lambda); in ComputeBigO()
|
| D | benchmark_api_internal.h | 35 BigOFunc* complexity_lambda() const { return complexity_lambda_; } in complexity_lambda() function
|
| D | benchmark_runner.cc | 102 report.complexity_lambda = b.complexity_lambda(); in CreateRunReport()
|
| /external/google-benchmark/src/ |
| D | complexity.cc | 186 result_cpu = MinimalLeastSq(n, cpu_time, reports[0].complexity_lambda); in ComputeBigO() 187 result_real = MinimalLeastSq(n, real_time, reports[0].complexity_lambda); in ComputeBigO()
|
| D | benchmark_api_internal.h | 35 BigOFunc* complexity_lambda() const { return complexity_lambda_; } in complexity_lambda() function
|
| D | benchmark_runner.cc | 103 report.complexity_lambda = b.complexity_lambda(); in CreateRunReport()
|
| /external/libcxx/utils/google-benchmark/include/benchmark/ |
| D | benchmark.h | 1333 complexity_lambda(), in Run() 1372 BigOFunc* complexity_lambda; member
|
| /external/cronet/third_party/google_benchmark/src/include/benchmark/ |
| D | benchmark.h | 1714 complexity_lambda(), in Run() 1757 BigOFunc* complexity_lambda; member
|
| /external/google-benchmark/include/benchmark/ |
| D | benchmark.h | 1797 complexity_lambda(), in Run() 1844 BigOFunc* complexity_lambda; member
|