Searched refs:fLastTime (Results 1 – 7 of 7) sorted by relevance
22 fLastTime = system_time(); in ThreadBarMenuItem()151 fKernel = double(info.kernel_time - fThreadInfo.kernel_time) / double(now - fLastTime); in BarUpdate()152 fUser = double(info.user_time - fThreadInfo.user_time) / double(now - fLastTime); in BarUpdate()159 fLastTime = now; in BarUpdate()
46 fLastTime = system_time(); in Init()203 / double(now - fLastTime); in BarUpdate()206 / double(now - fLastTime); in BarUpdate()211 fLastTime = now; in BarUpdate()
29 bigtime_t fLastTime; variable
32 bigtime_t fLastTime; variable
122 bigtime_t fLastTime; member in ViewHistory213 fLastTime(0) in ViewHistory()245 fLastTime = 0; in Update()249 if (fLastTime < history->Start()) in Update()250 fLastTime = history->Start(); in Update()251 if (fLastTime > history->End()) in Update()254 int32 updateWidth = int32((toTime - fLastTime) / step); in Update()260 fLastTime = toTime - updateWidth * step; in Update()264 int64 value = history->ValueAt(fLastTime += step); in Update()270 value += history->ValueAt(fLastTime + offset); in Update()
129 time_t fLastTime; variable
86 fCurrentTime = fLastTime = time(NULL); in TTimeView()103 fCurrentTime = fLastTime = time(NULL); in TTimeView()