Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_api_internal.h34 BigO complexity() const { return complexity_; } in complexity()
59 BigO complexity_; variable
H A Dbenchmark_api_internal.cc23 complexity_(benchmark_.complexity_), in BenchmarkInstance()
H A Dbenchmark_register.cc213 complexity_(oNone), in Benchmark()
406 complexity_ = complexity; in Complexity()
412 complexity_ = oLambda; in Complexity()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1116 BigO complexity_; variable