Searched refs:time_since_process (Results 1 – 1 of 1) sorted by relevance
31 const int64_t time_since_process = _clock->TimeInMilliseconds() - _latestMs; in TimeUntilProcess() local32 const int64_t time_until_process = _periodMs - time_since_process; in TimeUntilProcess()