Home
last modified time | relevance | path

Searched refs:SetComplexityN (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libcxx/benchmarks/
H A Dfilesystem.bench.cpp21 st.SetComplexityN(st.range(0)); in BM_PathConstructString()
61 st.SetComplexityN(st.range(0)); in BM_PathConstructIter()
91 st.SetComplexityN(st.range(0)); in BM_PathIterateMultipleTimes()
112 st.SetComplexityN(st.range(0)); in BM_PathIterateOnce()
156 st.SetComplexityN(st.range(0)); in BM_LexicallyNormal()
/llvm-project-15.0.7/third-party/benchmark/test/
H A Dcomplexity_test.cc76 state.SetComplexityN(state.range(0)); in BM_Complexity_O1()
126 state.SetComplexityN(state.range(0)); in BM_Complexity_O_N()
166 state.SetComplexityN(state.range(0)); in BM_Complexity_O_N_log_N()
209 state.SetComplexityN(n); in BM_ComplexityCaptureArgs()
H A Dreporter_output_test.cc409 state.SetComplexityN(state.range(0)); in BM_Complexity_O1()
/llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc165 &State::SetComplexityN) in PYBIND11_MODULE()
/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() function
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md464 state.SetComplexityN(state.range(0));