Home
last modified time | relevance | path

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

/llvm-project/libcxx/benchmarks/
H A Dfilesystem.bench.cpp
/llvm-project/third-party/benchmark/test/
H A Dcomplexity_test.cc85 state.SetComplexityN(state.range(0)); in BM_Complexity_O1()
134 state.SetComplexityN(state.range(0)); in BM_Complexity_O_N()
192 state.SetComplexityN(state.range(0)); in BM_Complexity_O_N_log_N()
251 state.SetComplexityN(n); in BM_ComplexityCaptureArgs()
H A Dreporter_output_test.cc415 state.SetComplexityN(state.range(0)); in BM_Complexity_O1()
/llvm-project/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc166 &State::SetComplexityN) in NB_MODULE()
/llvm-project/third-party/benchmark/include/benchmark/
H A Dbenchmark.h883 void SetComplexityN(ComplexityN complexity_n) { in SetComplexityN() function
/llvm-project/third-party/benchmark/docs/
H A Duser_guide.md503 state.SetComplexityN(state.range(0));