Home
last modified time | relevance | path

Searched refs:oLambda (Results 1 – 5 of 5) sorted by relevance

/third_party/benchmark/src/
Dcomplexity.cc99 result.complexity = oLambda; in MinimalLeastSq()
181 if (reports[0].complexity == oLambda) { in ComputeBigO()
Dbenchmark_register.cc428 complexity_ = oLambda; in Complexity()
/third_party/benchmark/bindings/python/google_benchmark/
D__init__.py47 oLambda,
Dbenchmark.cc63 .value("oLambda", BigO::oLambda) in NB_MODULE()
/third_party/benchmark/include/benchmark/
Dbenchmark.h661 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enumerator