Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/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_api_internal.h35 BigOFunc* complexity_lambda() const { return complexity_lambda_; } in complexity_lambda() function
H A Dbenchmark_runner.cc97 report.complexity_lambda = b.complexity_lambda(); in CreateRunReport()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1538 complexity_lambda(), in Run()
1581 BigOFunc* complexity_lambda; member