Home
last modified time | relevance | path

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

/external/autotest/client/tests/aiostress/
Daio-stress.c421 double total_counted = 0; in print_lat() local
427 total_counted += lat->deviations[i]; in print_lat()
429 if (total_counted && lat->total_io - total_counted) in print_lat()
430 fprintf(stderr, " < %.0f", lat->total_io - total_counted); in print_lat()