Searched refs:oLogN (Results 1 – 4 of 4) sorted by relevance
/third_party/benchmark/src/ |
D | complexity.cc | 38 case oLogN: in FittingCurve() 62 case oLogN: in GetBigOString() 135 std::vector<BigO> fit_curves = {oLogN, oN, oNLogN, oNSquared, oNCubed}; in MinimalLeastSq()
|
/third_party/benchmark/bindings/python/google_benchmark/ |
D | __init__.py | 44 oLogN,
|
D | benchmark.cc | 60 .value("oLogN", BigO::oLogN) in NB_MODULE()
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 661 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enumerator
|