Home
last modified time | relevance | path

Searched refs:stop_time (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDTimer.cpp118 TimeValue stop_time = TimeValue::Now(); in ~Timer() local
121 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() argument
203 m_timer_start = stop_time; in ChildStopped()
/NextBSD/contrib/gcc/
HDtimevar.c224 struct timevar_time_def *stop_time) in timevar_accumulate() argument
226 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()
/NextBSD/contrib/gdb/gdb/
HDremote-rdp.c262 time_t stop_time = now + 10; /* Try and sync for 10 seconds, then give up */ in rdp_init() local
265 while (time (0) < stop_time && !sync) in rdp_init()