HomeSort by relevance Sort by last modified time
    Searched refs:BigO (Results 1 - 16 of 16) sorted by null

  /external/google-benchmark/src/
complexity.h 28 // Return a vector containing the bigO and RMS information for the specified
39 // the same value. In case BigO::oAuto has been selected, this
47 BigO complexity;
51 std::string GetBigOString(BigO complexity);
benchmark_api_internal.h 25 BigO complexity;
complexity.cc 28 BigOFunc* FittingCurve(BigO complexity) {
47 std::string GetBigOString(BigO complexity) {
121 const std::vector<double>& time, const BigO complexity) {
130 std::vector<BigO> fit_curves = {oLogN, oN, oNLogN, oNSquared, oNCubed};
benchmark_register.cc 405 Benchmark* Benchmark::Complexity(BigO complexity) {
  /external/libcxx/utils/google-benchmark/src/
complexity.h 28 // Return a vector containing the bigO and RMS information for the specified
39 // the same value. In case BigO::oAuto has been selected, this
47 BigO complexity;
51 std::string GetBigOString(BigO complexity);
benchmark_api_internal.h 25 BigO complexity;
complexity.cc 28 BigOFunc* FittingCurve(BigO complexity) {
47 std::string GetBigOString(BigO complexity) {
121 const std::vector<double>& time, const BigO complexity) {
130 std::vector<BigO> fit_curves = {oLogN, oN, oNLogN, oNSquared, oNCubed};
benchmark_register.cc 405 Benchmark* Benchmark::Complexity(BigO complexity) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
complexity.h 35 // Return a vector containing the bigO and RMS information for the specified
46 // the same value. In case BigO::oAuto has been selected, this
54 BigO complexity;
58 std::string GetBigOString(BigO complexity);
benchmark_api_internal.h 25 BigO complexity;
complexity.cc 29 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};
benchmark_register.cc 391 Benchmark* Benchmark::Complexity(BigO complexity) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
reporter.h 91 BigO complexity;
benchmark_api.h 296 // BigO is passed to a benchmark in order to specify the asymptotic
300 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
619 Benchmark* Complexity(BigO complexity = benchmark::oAuto);
683 BigO complexity_;
    [all...]
  /external/google-benchmark/include/benchmark/
benchmark.h 374 // BigO is passed to a benchmark in order to specify the asymptotic
378 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
775 Benchmark* Complexity(BigO complexity = benchmark::oAuto);
842 BigO complexity_;
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 374 // BigO is passed to a benchmark in order to specify the asymptotic
378 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
775 Benchmark* Complexity(BigO complexity = benchmark::oAuto);
842 BigO complexity_;
    [all...]

Completed in 223 milliseconds