Searched refs:last_rusage (Results 1 – 11 of 11) sorted by relevance
81 Ndb_GetRUsage(&last_rusage); in execSTTOR()145 (last_rusage.ru_utime == 0 && last_rusage.ru_stime == 0)) in measure_cpu_usage()159 user_micros = curr_rusage.ru_utime - last_rusage.ru_utime; in measure_cpu_usage()160 kernel_micros = curr_rusage.ru_stime - last_rusage.ru_stime; in measure_cpu_usage()181 last_rusage = curr_rusage; in measure_cpu_usage()
57 struct ndb_rusage last_rusage; member in Thrman
3659 NDB_TICKS last_rusage = last_now; in run_send_thread() local3670 NdbTick_Elapsed(last_rusage, now).microSec(); in run_send_thread()3683 last_rusage = last_now; in run_send_thread()