Home
last modified time | relevance | path

Searched refs:select_total (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dtime-polling.c363 long select_total = 0; local
515 select_total += select_times[count];
529 fprintf (OUT, "%-12ld", select_total / max_iter);
542 (float) select_total / (float) max_iter / (float) num_to_test);
546 / (float) select_total, (float)select_total / 1000000);