Searched refs:oAuto (Results 1 – 4 of 4) sorted by relevance
/third_party/benchmark/bindings/python/google_benchmark/ |
D | benchmark.cc | 62 .value("oAuto", BigO::oAuto) in NB_MODULE() 116 nb::arg("complexity") = benchmark::oAuto); in NB_MODULE()
|
D | __init__.py | 46 oAuto,
|
/third_party/benchmark/src/ |
D | complexity.cc | 134 if (complexity == oAuto) { in MinimalLeastSq()
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 661 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enumerator 1236 Benchmark* Complexity(BigO complexity = benchmark::oAuto);
|