Home
last modified time | relevance | path

Searched refs:complexity_length_n (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc164 .def_property("complexity_n", &State::complexity_length_n, in PYBIND11_MODULE()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_runner.cc136 results.complexity_n += st.complexity_length_n(); in RunInThread()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h690 int64_t complexity_length_n() const { return complexity_n_; } in complexity_length_n() function