Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dbenchmark_runner.cc95 report.complexity_n = results.complexity_n; in CreateRunReport()
136 results.complexity_n += st.complexity_length_n(); in RunInThread()
Dthread_manager.h44 int64_t complexity_n = 0; member
Dcomplexity.cc171 BM_CHECK_GT(run.complexity_n, 0) in ComputeBigO()
173 n.push_back(run.complexity_n); in ComputeBigO()
/third_party/json/benchmarks/thirdparty/benchmark/src/
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()
Dthread_manager.h47 int64_t complexity_n = 0; member
Dbenchmark.cc149 report.complexity_n = results.complexity_n; in CreateRunReport()
178 results.complexity_n += st.complexity_length_n(); in RunInThread()
/third_party/benchmark/bindings/python/google_benchmark/
Dexample.py132 state.complexity_n = state.range(0)
/third_party/json/benchmarks/thirdparty/benchmark/include/benchmark/
Dbenchmark.h528 void SetComplexityN(int64_t complexity_n) { complexity_n_ = complexity_n; } in SetComplexityN() argument
1272 complexity_n(0), in Run()
1309 int64_t complexity_n; member
/third_party/benchmark/include/benchmark/
Dbenchmark.h687 void SetComplexityN(int64_t complexity_n) { complexity_n_ = complexity_n; } in SetComplexityN() argument
1539 complexity_n(0), in Run()
1582 int64_t complexity_n; member