Searched refs:delta_usec (Results 1 – 1 of 1) sorted by relevance
139 unsigned long delta_usec; in child_thread() local213 delta_usec = (t1.tv_sec - t0.tv_sec) * 1000000 + t1.tv_usec - t0.tv_usec; in child_thread()216 if (delta_usec) in child_thread()217 throughput = total * 8.0 / (double)delta_usec / 1000.0; in child_thread()228 (double)delta_usec / 1000000.0, in child_thread()