Home
last modified time | relevance | path

Searched refs:complexity_n (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_runner.cc86 report.complexity_n = results.complexity_n; in CreateRunReport()
121 results.complexity_n += st.complexity_length_n(); in RunInThread()
H A Dcomplexity.cc169 CHECK_GT(run.complexity_n, 0) << "Did you forget to call SetComplexityN?"; in ComputeBigO()
170 n.push_back(run.complexity_n); in ComputeBigO()
H A Dthread_manager.h45 int64_t complexity_n = 0; member
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dcomplexity.cc166 CHECK_GT(run.complexity_n, 0) << "Did you forget to call SetComplexityN?"; in ComputeBigO()
167 n.push_back(run.complexity_n); in ComputeBigO()
H A Dthread_manager.h47 int64_t complexity_n = 0; member
H A Dbenchmark.cc149 report.complexity_n = results.complexity_n; in CreateRunReport()
178 results.complexity_n += st.complexity_length_n(); in RunInThread()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h540 void SetComplexityN(int64_t complexity_n) { complexity_n_ = complexity_n; } in SetComplexityN() argument
1283 complexity_n(0), in Run()
1320 int64_t complexity_n; member
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h574 void SetComplexityN(int64_t complexity_n) { complexity_n_ = complexity_n; } in SetComplexityN() argument
1334 complexity_n(0), in Run()
1373 int64_t complexity_n; member