Searched refs:g_iterations (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/tools/tests/zero-to-n/
H A Dzero-to-n.c75 int g_iterations; variable
266 for (i = 0; i < g_iterations; i++) {
422 g_iterations = atoi(argv[4]);
452 worst_latencies_ns = (uint64_t*) malloc(sizeof(uint64_t) * g_iterations);
455 worst_latencies_from_first_ns = (uint64_t*) malloc(sizeof(uint64_t) * g_iterations);
490 for (i = 0; i < g_iterations; i++) {
554 compute_stats(worst_latencies_ns, g_iterations, &avg, &max, &min, &stddev);
563 compute_stats(worst_latencies_from_first_ns, g_iterations, &avg, &max, &min, &stddev);
571 for (i = 0; i < g_iterations; i++) {

Completed in 17 milliseconds