Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dbenchmark_api_internal.h34 BigO complexity() const { return complexity_; } in complexity()
60 BigO complexity_; variable
Dbenchmark_api_internal.cc23 complexity_(benchmark_.complexity_), in BenchmarkInstance()
Dbenchmark_register.cc220 complexity_(oNone), in Benchmark()
422 complexity_ = complexity; in Complexity()
428 complexity_ = oLambda; in Complexity()
/third_party/benchmark/include/benchmark/
Dbenchmark.h1310 BigO complexity_; variable