Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_runner.cc95 report.complexity_n = results.complexity_n; in CreateRunReport()
136 results.complexity_n += st.complexity_length_n(); in RunInThread()
H A Dthread_manager.h44 int64_t complexity_n = 0; member
H A Dcomplexity.cc171 BM_CHECK_GT(run.complexity_n, 0) in ComputeBigO()
173 n.push_back(run.complexity_n); in ComputeBigO()
/llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/
H A Dexample.py132 state.complexity_n = state.range(0)
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A 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