Home
last modified time | relevance | path

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

/third_party/benchmark/bindings/python/google_benchmark/
Dbenchmark.cc62 .value("oAuto", BigO::oAuto) in NB_MODULE()
116 nb::arg("complexity") = benchmark::oAuto); in NB_MODULE()
D__init__.py46 oAuto,
/third_party/benchmark/src/
Dcomplexity.cc134 if (complexity == oAuto) { in MinimalLeastSq()
/third_party/benchmark/include/benchmark/
Dbenchmark.h661 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enumerator
1236 Benchmark* Complexity(BigO complexity = benchmark::oAuto);