Home
last modified time | relevance | path

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

/system/libhwbinder/vts/performance/
DLatency.cpp64 static int no_pair = 1; variable
239 static Pipe makeClientProcess(int num, int iterations, int no_pair) { in makeClientProcess() argument
248 clientFx(num, no_pair, iterations, move(get<1>(pipe_pair))); in makeClientProcess()
307 no_pair = atoi(argv[i + 1]); in main()
340 for (int i = 0; i < no_pair; i++) { in main()
354 cout << "\"cfg\":{\"pair\":" << (no_pair) << ",\"iterations\":" << iterations in main()
361 for (int i = 0; i < no_pair; i++) { in main()
362 client_pipes.push_back(makeClientProcess(i, iterations, no_pair)); in main()
374 PResults total, presults[no_pair]; in main()
375 for (int i = 0; i < no_pair; i++) { in main()
[all …]