Home
last modified time | relevance | path

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

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