Home
last modified time | relevance | path

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 Dbenchmark.cc64 .value("oAuto", BigO::oAuto) in PYBIND11_MODULE()
116 py::arg("complexity") = benchmark::oAuto); in PYBIND11_MODULE()
H A D__init__.py45 oAuto,
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dcomplexity.cc134 if (complexity == oAuto) { in MinimalLeastSq()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h517 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enumerator
1050 Benchmark* Complexity(BigO complexity = benchmark::oAuto);