Lines Matching refs:iterations
113 unsigned int iterations = 100000000; in test_empty_pop() local
119 for (i = 0; i < iterations; i++) in test_empty_pop()
125 (double)(end - start) / iterations); in test_empty_pop()
138 unsigned int iterations = 1000000; in bulk_push_pop() local
153 for (i = 0; i < iterations; i++) { in bulk_push_pop()
160 args->avg = ((double)(end - start))/(iterations * size); in bulk_push_pop()
256 unsigned int iterations = 16000000; in test_single_push_pop() local
262 for (i = 0; i < iterations; i++) { in test_single_push_pop()
270 ((double)(end - start)) / iterations); in test_single_push_pop()
277 unsigned int iterations = 8000000; in test_bulk_push_pop() local
284 for (i = 0; i < iterations; i++) { in test_bulk_push_pop()
292 (iterations * bulk_sizes[sz])); in test_bulk_push_pop()