Searched refs:BigO (Results 1 - 12 of 12) sorted by relevance

/external/google-benchmark/src/
H A Dcomplexity.h46 // the same value. In case BigO::oAuto has been selected, this
54 BigO complexity;
58 std::string GetBigOString(BigO complexity);
H A Dbenchmark_api_internal.h25 BigO complexity;
H A Dcomplexity.cc29 BigOFunc* FittingCurve(BigO complexity) {
48 std::string GetBigOString(BigO complexity) {
122 const std::vector<double>& time, const BigO complexity) {
131 std::vector<BigO> fit_curves = {oLogN, oN, oNLogN, oNSquared, oNCubed};
H A Dbenchmark_register.cc401 Benchmark* Benchmark::Complexity(BigO complexity) {
/external/libcxx/utils/google-benchmark/src/
H A Dcomplexity.h46 // the same value. In case BigO::oAuto has been selected, this
54 BigO complexity;
58 std::string GetBigOString(BigO complexity);
H A Dbenchmark_api_internal.h25 BigO complexity;
H A Dcomplexity.cc29 BigOFunc* FittingCurve(BigO complexity) {
48 std::string GetBigOString(BigO complexity) {
122 const std::vector<double>& time, const BigO complexity) {
131 std::vector<BigO> fit_curves = {oLogN, oN, oNLogN, oNSquared, oNCubed};
H A Dbenchmark_register.cc378 Benchmark* Benchmark::Complexity(BigO complexity) {
/external/libcxx/utils/google-benchmark/include/benchmark/
H A Dreporter.h89 BigO complexity;
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/google-benchmark/include/benchmark/
H A Dreporter.h91 BigO complexity;
H A Dbenchmark_api.h302 // BigO is passed to a benchmark in order to specify the asymptotic
306 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda }; enum in namespace:benchmark
625 Benchmark* Complexity(BigO complexity = benchmark::oAuto);
689 BigO complexity_;

Completed in 239 milliseconds