Searched refs:elapsedTime (Results 1 – 4 of 4) sorted by relevance
57 auto elapsedTime = std::chrono::duration_cast<decltype(flushInterval_)>(currentTime - lastTime); in IsFlushTime() local58 if (elapsedTime < flushInterval_) { in IsFlushTime()
304 auto elapsedTime = std::chrono::duration_cast<std::chrono::milliseconds>( in ToDebugString() local306 debug.append(std::to_string(elapsedTime.count())); in ToDebugString()
760 auto elapsedTime = duration_cast<milliseconds>(steady_clock::now() - it->sendTimePoint); in SendPkgInUARTOutMap() local762 it->ToDebugString().c_str(), (long long)elapsedTime.count()); in SendPkgInUARTOutMap()763 if (elapsedTime.count() >= WAIT_RESPONSE_TIME_OUT_MS) { in SendPkgInUARTOutMap()
163 …auto elapsedTime = std::chrono::duration_cast<std::chrono::seconds>(currentTime - lastStatisticsTi… in IntervalFlushRecordStatistics() local164 if (elapsedTime >= statisticsInterval_) { in IntervalFlushRecordStatistics()