Searched refs:runtime_ns_max (Results 1 – 1 of 1) sorted by relevance
1075 static void calc_convergence(double runtime_ns_max, double *convergence) in calc_convergence() argument1177 *convergence = runtime_ns_max; in calc_convergence()1186 tprintf(" (%6.1fs de-converged)", runtime_ns_max / NSEC_PER_SEC); in calc_convergence()1200 calc_convergence(runtime_ns_max, convergence); in show_summary()1218 double runtime_ns_max; in worker_thread() local1359 runtime_ns_max = diff.tv_sec * NSEC_PER_SEC; in worker_thread()1360 runtime_ns_max += diff.tv_usec * NSEC_PER_USEC; in worker_thread()1364 process_nr, thread_nr, runtime_ns_max / bytes_done, val); in worker_thread()1372 runtime_ns_max = diff.tv_sec * NSEC_PER_SEC; in worker_thread()1373 runtime_ns_max += diff.tv_usec * NSEC_PER_USEC; in worker_thread()[all …]