fLastFrame
float fps = 1.0 / ((now - fLastFrame) / 1000000.0);
fLastFrame = now;
uint64 fLastFrame;
if (system_time() - fLastFrame < 700000)
fLastFrame = system_time();
bigtime_t fLastFrame;