aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/interarrival.h
Commit message (Collapse)AuthorAge
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* Remove some pre-C++11-style workaroundsGravatar Vijay Pai2017-08-29
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* Eradicate Uniform, Deterministic, and Pareto interarrivalGravatar vjpai2016-04-20
| | | | | distributions since we don't use them and it's not sensible to add them
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Sanity (clang-format and copyright)Gravatar Vijay Pai2016-02-11
|
* Simplify and properly implement openloop testing.Gravatar Vijay Pai2016-02-11
| | | | Revive it in tests as well
* Fix random number generators and improve code style (stop usingGravatar Vijay Pai2016-02-10
| | | | operator overloads)
* headers reorgGravatar yang-g2015-08-21
|
* Address concerns from reviewGravatar vjpai2015-08-11
|
* clang-formatGravatar Vijay Pai2015-07-31
|
* Remove use of C++11 randomization enginesGravatar vjpai2015-07-27
|
* Revert "Revert "Open loop sync/async multithreaded testing""Gravatar Vijay Pai2015-06-08
|
* Revert "Open loop sync/async multithreaded testing"Gravatar Craig Tiller2015-06-08
|
* Add comments describing various random distributionsGravatar Vijay Pai2015-06-05
| | | | | Also remove the parameterized constructor for InterarrivalTimer and only keep the init function.
* Use typedef rather than using to make Travis happyGravatar Vijay Pai2015-06-05
|
* clang-formatGravatar Vijay Pai2015-06-05
|
* Fix definition of InterarrivalTimer to enable late initializationGravatar Vijay Pai2015-04-23
| | | | and use nanoseconds
* Random number distributions and test for common distributionsGravatar vjpai2015-04-21