Searched defs:BigO (Results 1 - 2 of 2) sorted by relevance

/external/google-benchmark/include/benchmark/
H A Dbenchmark_api.h251 // BigO is passed to a benchmark in order to specify the asymptotic
255 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enum in namespace:benchmark
570 Benchmark* Complexity(BigO complexity = benchmark::oAuto);
633 BigO complexity_;
/external/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark_api.h251 // BigO is passed to a benchmark in order to specify the asymptotic
255 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enum in namespace:benchmark
570 Benchmark* Complexity(BigO complexity = benchmark::oAuto);
633 BigO complexity_;

Completed in 100 milliseconds