HomeSort by relevance Sort by last modified time
    Searched refs:sec_s (Results 1 - 2 of 2) sorted by null

  /external/blktrace/btt/
iostat.c 151 asp->sec_s[i] += ((double)sp->sec[i] / dt);
170 fprintf(iostat_ofp, "%9.2lf ", asp->sec_s[0]);
171 fprintf(iostat_ofp, "%9.2lf ", asp->sec_s[1]);
172 fprintf(iostat_ofp, "%9.2lf ", asp->sec_s[0] / 2.0);
173 fprintf(iostat_ofp, "%9.2lf ", asp->sec_s[1] / 2.0);
globals.h 126 double rqm_s[2], ios_s[2], sec_s[2]; member in struct:stats_t

Completed in 594 milliseconds