Home
last modified time | relevance | path

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

/third_party/benchmark/bindings/python/google_benchmark/
Dbenchmark.cc165 .def_prop_rw("complexity_n", &State::complexity_length_n, in NB_MODULE()
/third_party/benchmark/src/
Dbenchmark_runner.cc142 results.complexity_n += st.complexity_length_n(); in RunInThread()
/third_party/benchmark/include/benchmark/
Dbenchmark.h869 int64_t complexity_length_n() const { return complexity_n_; } in complexity_length_n() function