Searched refs:delta_usec (Results 1 – 1 of 1) sorted by relevance
175 unsigned long delta_usec; in child_thread() local278 delta_usec = (t1.tv_sec - t0.tv_sec) * 1000000 + t1.tv_usec - t0.tv_usec; in child_thread()295 if (delta_usec) in child_thread()296 throughput = total * 8.0 / (double)delta_usec / 1000.0; in child_thread()307 (double)delta_usec / 1000000.0, in child_thread()