Searched refs:oAuto (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/ |
| H A D | benchmark.cc | 64 .value("oAuto", BigO::oAuto) in PYBIND11_MODULE() 116 py::arg("complexity") = benchmark::oAuto); in PYBIND11_MODULE()
|
| H A D | __init__.py | 45 oAuto,
|
| /llvm-project-15.0.7/third-party/benchmark/src/ |
| H A D | complexity.cc | 134 if (complexity == oAuto) { in MinimalLeastSq()
|
| /llvm-project-15.0.7/third-party/benchmark/include/benchmark/ |
| H A D | benchmark.h | 517 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enumerator 1050 Benchmark* Complexity(BigO complexity = benchmark::oAuto);
|