Searched refs:ru_stime (Results 1 – 5 of 5) sorted by relevance
247 1000000*ru.ru_stime.tv_sec + ru.ru_stime.tv_usec; in child_thread()255 (double)ru.ru_stime.tv_sec + (double)ru.ru_stime.tv_usec / 1000000.0, in child_thread()
97 struct timeval ru_stime; member
1170 double ru_stime = timeval2double(&config->ru_data.ru_stime); in print_footer() local1174 fprintf(output, " %17.9f seconds sys\n", ru_stime); in print_footer()
1299 td->system_time_ns = rusage.ru_stime.tv_sec * NSEC_PER_SEC; in worker_thread()1300 td->system_time_ns += rusage.ru_stime.tv_usec * NSEC_PER_USEC; in worker_thread()
555 sum += ru.ru_stime.tv_sec * NSEC_PER_SEC + ru.ru_stime.tv_usec * NSEC_PER_USEC; in get_cpu_usage_nsec_parent()