Searched refs:complexity_lambda (Results 1 – 10 of 10) sorted by relevance
/external/libcxx/utils/google-benchmark/src/ |
D | complexity.cc | 176 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()
|
D | benchmark_api_internal.h | 26 BigOFunc* complexity_lambda; member
|
D | benchmark.cc | 255 report.complexity_lambda = b.complexity_lambda; in CreateRunReport()
|
D | benchmark_register.cc | 160 instance.complexity_lambda = family->complexity_lambda_; in FindBenchmarks()
|
/external/google-benchmark/src/ |
D | complexity.cc | 176 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()
|
D | benchmark_api_internal.h | 26 BigOFunc* complexity_lambda; member
|
D | benchmark.cc | 255 report.complexity_lambda = b.complexity_lambda; in CreateRunReport()
|
D | benchmark_register.cc | 160 instance.complexity_lambda = family->complexity_lambda_; in FindBenchmarks()
|
/external/google-benchmark/include/benchmark/ |
D | benchmark.h | 1204 complexity_lambda(), in Run() 1241 BigOFunc* complexity_lambda; member
|
/external/libcxx/utils/google-benchmark/include/benchmark/ |
D | benchmark.h | 1204 complexity_lambda(), in Run() 1241 BigOFunc* complexity_lambda; member
|