Searched refs:num_iterations (Results 1 – 3 of 3) sorted by relevance
37 print("usage: {} [num_iterations test_num exe]".format(script))38 print("\n num_iterations is the number of times to run each karatsuba number; default is 4")74 num_iterations = int(sys.argv[1]) variable 76 num_iterations = 4 variable 98 nruns = num_iterations + 1
529 num_iterations = 0x1000 enumerator1593 for (it = 0; it < num_iterations; ++it) { in worker_add()1647 for (it = 0; it < num_iterations; ++it) { in worker_add_file()1697 for (it = 0; it < num_iterations; ++it) { in worker_map()1724 for (it = 0; it < num_iterations; ++it) { in worker_map_limit()1759 for (it = 0; it < num_iterations; ++it) { in worker_map_bcache()1797 for (it = 0; it < num_iterations; ++it) { in worker_add_map()1830 for (it = 0; it < num_iterations; ++it) { in worker_add_clear()1857 for (it = 0; it < num_iterations; ++it) { in worker_add_file_map()1900 for (it = 0; it < num_iterations; ++it) { in worker_add_file_clear()
1008 * 4. num_iterations: number of messages traversed in circular mailbox buffer1018 u32 num_iterations;996 u32 num_iterations; global() member