Home
last modified time | relevance | path

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

/aosp_15_r20/external/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_runner.cc88 report.complexity_lambda = b.complexity_lambda; in CreateRunReport()
H A Dbenchmark_api_internal.h28 BigOFunc* complexity_lambda; member
H A Dbenchmark_register.cc168 instance.complexity_lambda = family->complexity_lambda_; in FindBenchmarks()
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/
H A Dcomplexity.cc182 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()
H A Dbenchmark_runner.cc102 report.complexity_lambda = b.complexity_lambda(); in CreateRunReport()
H A Dbenchmark_api_internal.h35 BigOFunc* complexity_lambda() const { return complexity_lambda_; } in complexity_lambda() function
/aosp_15_r20/external/google-benchmark/src/
H A Dcomplexity.cc182 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()
H A Dbenchmark_runner.cc105 report.complexity_lambda = b.complexity_lambda(); in CreateRunReport()
H A Dbenchmark_api_internal.h35 BigOFunc* complexity_lambda() const { return complexity_lambda_; } in complexity_lambda() function
/aosp_15_r20/external/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h1333 complexity_lambda(), in Run()
1372 BigOFunc* complexity_lambda; member
/aosp_15_r20/external/google-benchmark/include/benchmark/
H A Dbenchmark.h1819 complexity_lambda(), in Run()
1866 BigOFunc* complexity_lambda; member
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/include/benchmark/
H A Dbenchmark.h1752 complexity_lambda(), in Run()
1795 BigOFunc* complexity_lambda; member