Searched refs:threads (Results 1 – 4 of 4) sorted by relevance
/test/mlts/benchmark/native/ |
D | multi_process_test.cpp | 286 std::vector<std::thread> threads; in main() local 287 threads.reserve(numThreads); in main() 289 threads.push_back(std::thread([&]() { in main() 294 std::for_each(threads.begin(), threads.end(), in main()
|
/test/vts-testcase/performance/binder_throughput_test/ |
D | BinderThroughputBenchmark.py | 135 def RunBenchmark(self, bits, threads): argument 156 "$LD_LIBRARY_PATH %s -w %s" % (bits, bits, binary, threads)]) 166 "testRunBenchmark%sBit(%s thread) failed." % (bits, threads))
|
/test/vts-testcase/performance/hwbinder_throughput_test/ |
D | HwBinderThroughputBenchmark.py | 137 def RunBenchmark(self, bits, threads): argument 160 …RY_PATH %s -m %s -w %s" % (bits, bits, bits, binary, self.hidl_hal_mode.encode("utf-8"), threads)]) 170 "testRunBenchmark%sBit(%s thread) failed." % (bits, threads))
|
/test/mlts/benchmark/ |
D | README.txt | 57 It spawns a separate process each running a set of parallel threads compiling different models. 62 on a single model in multiple processes and threads with different probabilities in client process 66 on a single model in multiple processes and threads with different probabilities in client process
|