Home
last modified time | relevance | path

Searched refs:elapsedTime (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/src/
Dresult_transporter.cpp57 auto elapsedTime = std::chrono::duration_cast<decltype(flushInterval_)>(currentTime - lastTime); in IsFlushTime() local
58 if (elapsedTime < flushInterval_) { in IsFlushTime()
/developtools/hdc/src/common/
Duart.h304 auto elapsedTime = std::chrono::duration_cast<std::chrono::milliseconds>( in ToDebugString() local
306 debug.append(std::to_string(elapsedTime.count())); in ToDebugString()
Duart.cpp760 auto elapsedTime = duration_cast<milliseconds>(steady_clock::now() - it->sendTimePoint); in SendPkgInUARTOutMap() local
762 it->ToDebugString().c_str(), (long long)elapsedTime.count()); in SendPkgInUARTOutMap()
763 if (elapsedTime.count() >= WAIT_RESPONSE_TIME_OUT_MS) { in SendPkgInUARTOutMap()
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp163 …auto elapsedTime = std::chrono::duration_cast<std::chrono::seconds>(currentTime - lastStatisticsTi… in IntervalFlushRecordStatistics() local
164 if (elapsedTime >= statisticsInterval_) { in IntervalFlushRecordStatistics()