fLastTime
bigtime_t fLastTime;
fLastTime = 0;
if (fLastTime < history->Start())
fLastTime = history->Start();
if (fLastTime > history->End())
int32 updateWidth = int32((toTime - fLastTime) / step);
fLastTime = toTime - updateWidth * step;
int64 value = history->ValueAt(fLastTime += step);
value += history->ValueAt(fLastTime + offset);
fCurrentTime = fLastTime = time(NULL);
fCurrentTime = fLastTime = time(NULL);
time_t fLastTime;
/ double(now - fLastTime);
/ double(now - fLastTime);
fLastTime = now;
fLastTime = system_time();
bigtime_t fLastTime;
fKernel = double(info.kernel_time - fThreadInfo.kernel_time) / double(now - fLastTime);
fUser = double(info.user_time - fThreadInfo.user_time) / double(now - fLastTime);
fLastTime = now;
fLastTime = system_time();
bigtime_t fLastTime;