Searched refs:stop_time (Results 1 – 3 of 3) sorted by relevance
118 TimeValue stop_time = TimeValue::Now(); in ~Timer() local121 m_total_ticks += (stop_time - m_total_start); in ~Timer()126 m_timer_ticks += (stop_time - m_timer_start); in ~Timer()136 stack->back()->ChildStopped(stop_time); in ~Timer()200 Timer::ChildStopped (const TimeValue& stop_time) in ChildStopped() argument203 m_timer_start = stop_time; in ChildStopped()
224 struct timevar_time_def *stop_time) in timevar_accumulate() argument226 timer->user += stop_time->user - start_time->user; in timevar_accumulate()227 timer->sys += stop_time->sys - start_time->sys; in timevar_accumulate()228 timer->wall += stop_time->wall - start_time->wall; in timevar_accumulate()229 timer->ggc_mem += stop_time->ggc_mem - start_time->ggc_mem; in timevar_accumulate()
262 time_t stop_time = now + 10; /* Try and sync for 10 seconds, then give up */ in rdp_init() local265 while (time (0) < stop_time && !sync) in rdp_init()