Searched defs:complexity (Results 1 – 6 of 6) sorted by relevance
29 BigOFunc* FittingCurve(BigO complexity) { in FittingCurve()56 std::string GetBigOString(BigO complexity) { in GetBigOString()128 const std::vector<double>& time, const BigO complexity) { in MinimalLeastSq()
47 BigO complexity; member
34 BigO complexity() const { return complexity_; } in complexity() function
421 Benchmark* Benchmark::Complexity(BigO complexity) { in Complexity()426 Benchmark* Benchmark::Complexity(BigOFunc* complexity) { in Complexity()
595 int complexity = Pattern.getPatternComplexity(CGP); collectPatterns() local
1843 BigO complexity; member