Searched refs:delta_usec (Results 1 – 1 of 1) sorted by relevance
152 unsigned long delta_usec; in child_thread() local237 delta_usec = (t1.tv_sec - t0.tv_sec) * 1000000 + t1.tv_usec - t0.tv_usec; in child_thread()240 if (delta_usec) in child_thread()241 throughput = total * 8.0 / (double)delta_usec / 1000.0; in child_thread()252 (double)delta_usec / 1000000.0, in child_thread()