Home
last modified time | relevance | path

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

/third_party/benchmark/src/
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()
Dbenchmark_api_internal.h35 BigOFunc* complexity_lambda() const { return complexity_lambda_; } in complexity_lambda() function
Dbenchmark_runner.cc102 report.complexity_lambda = b.complexity_lambda(); in CreateRunReport()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1752 complexity_lambda(), in Run()
1795 BigOFunc* complexity_lambda; member