Lines Matching refs:iterations
112 unsigned int iterations = 100000000; in test_empty_pop() local
118 for (i = 0; i < iterations; i++) in test_empty_pop()
124 (double)(end - start) / iterations); in test_empty_pop()
137 unsigned int iterations = 1000000; in bulk_push_pop() local
151 for (i = 0; i < iterations; i++) { in bulk_push_pop()
158 args->avg = ((double)(end - start))/(iterations * size); in bulk_push_pop()
254 unsigned int iterations = 16000000; in test_single_push_pop() local
260 for (i = 0; i < iterations; i++) { in test_single_push_pop()
268 ((double)(end - start)) / iterations); in test_single_push_pop()
275 unsigned int iterations = 8000000; in test_bulk_push_pop() local
282 for (i = 0; i < iterations; i++) { in test_bulk_push_pop()
290 (iterations * bulk_sizes[sz])); in test_bulk_push_pop()