Home
last modified time | relevance | path

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

/thrift-3.4.0/test/cpp/src/
DStressTest.cpp114 size_t loopCount, in ClientThread() argument
121 _loopCount(loopCount), in ClientThread()
270 size_t loopCount = 50000; in main() local
288 …p The number of remote thrift calls each client makes. Default is " << loopCount << endl in main()
335 loopCount = atoi(args["loop"].c_str()); in main()
513 …new ClientThread(socket, serviceClient, monitor, threadCount, loopCount, loopType, OpenAndCloseTra… in main()
524 …new ClientThread(socket, serviceClient, monitor, threadCount, loopCount, loopType, DontOpenAndClos… in main()
593 cout << "workers :" << workerCount << ", client : " << clientCount << ", loops : " << loopCount in main()
594 << ", rate : " << (clientCount * loopCount * 1000) / ((double)(time01 - time00)) << endl; in main()
DStressTestNonBlocking.cpp114 size_t loopCount, in ClientThread() argument
120 _loopCount(loopCount), in ClientThread()
244 uint32_t loopCount = 1000; in main() local
262 << loopCount << endl << "\tport The port the server and clients should bind to " in main()
309 loopCount = atoi(args["loop"].c_str()); in main()
462 new ClientThread(socket, serviceClient, monitor, threadCount, loopCount, loopType)))); in main()
530 cout << "workers :" << workerCount << ", client : " << clientCount << ", loops : " << loopCount in main()
531 << ", rate : " << (clientCount * loopCount * 1000) / ((double)(time01 - time00)) << endl; in main()