Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_register.cc477 std::vector<int64_t> CreateRange(int64_t lo, int64_t hi, int multi) { in CreateRange() function
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h1758 std::vector<int64_t> CreateRange(int64_t lo, int64_t hi, int multi);
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md402 benchmark::CreateRange(8, 128, /*multi=*/2),