Searched refs:thread_usr_usec (Results 1 – 1 of 1) sorted by relevance
151 …uint64_t thread_usr_usec = (uint64_t) (info.user_time.seconds) * USEC_PER_SEC + (uint64_t) info.us… in snapshot_user_time_usec() local152 cumulative_user_time_usec += thread_usr_usec; in snapshot_user_time_usec()