Searched refs:complexity_n (Results 1 – 8 of 8) sorted by relevance
86 report.complexity_n = results.complexity_n; in CreateRunReport()121 results.complexity_n += st.complexity_length_n(); in RunInThread()
169 CHECK_GT(run.complexity_n, 0) << "Did you forget to call SetComplexityN?"; in ComputeBigO()170 n.push_back(run.complexity_n); in ComputeBigO()
45 int64_t complexity_n = 0; member
574 void SetComplexityN(int64_t complexity_n) { complexity_n_ = complexity_n; } in SetComplexityN() argument1334 complexity_n(0), in Run()1373 int64_t complexity_n; member