Lines Matching refs:tv_usec
56 if(v->tv_sec == 0 && v->tv_usec == 0) { in timestwo()
57 v->tv_usec = 1; in timestwo()
61 v->tv_usec *= 2; in timestwo()
62 if(v->tv_usec == 1024*1024) { in timestwo()
65 v->tv_usec = 0; in timestwo()
139 (int)hist->buckets[i].lower.tv_usec, in timehist_print()
141 (int)hist->buckets[i].upper.tv_usec, in timehist_print()
162 (int)hist->buckets[i].lower.tv_usec, in timehist_log()
164 (int)hist->buckets[i].upper.tv_usec, in timehist_log()
203 (double)hist->buckets[i].lower.tv_usec/1000000.; in timehist_quartile()
205 (double)hist->buckets[i].upper.tv_usec/1000000.; in timehist_quartile()