Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dinterarrival.h82 random_table_.push_back(
88 thread_posns_.push_back(random_table_.begin() + (entries * i) / threads);
95 if (thread_posns_[thread_num] == random_table_.end()) in next()
96 thread_posns_[thread_num] = random_table_.begin(); in next()
103 time_table random_table_; variable