Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/src/
H A Dcomplexity.cc186 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()
H A Dbenchmark_api_internal.h35 BigOFunc* complexity_lambda() const { return complexity_lambda_; } in complexity_lambda() function
H A Dbenchmark_runner.cc103 report.complexity_lambda = b.complexity_lambda(); in CreateRunReport()
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1797 complexity_lambda(), in Run()
1844 BigOFunc* complexity_lambda; member