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

  /external/google-benchmark/include/benchmark/
benchmark_api.h 302 // BigO is passed to a benchmark in order to specify the asymptotic
306 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
625 Benchmark* Complexity(BigO complexity = benchmark::oAuto);
689 BigO complexity_;
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark_api.h 251 // BigO is passed to a benchmark in order to specify the asymptotic
255 enum BigO { oNone, o1, oN, oNSquared, oNCubed, oLogN, oNLogN, oAuto, oLambda };
570 Benchmark* Complexity(BigO complexity = benchmark::oAuto);
633 BigO complexity_;

Completed in 143 milliseconds