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.cpp758 auto elapsedTime = duration_cast<milliseconds>(steady_clock::now() - it->sendTimePoint); in SendPkgInUARTOutMap() local
760 it->ToDebugString().c_str(), (long long)elapsedTime.count()); in SendPkgInUARTOutMap()
761 if (elapsedTime.count() >= WaitResponseTimeOutMs) { in SendPkgInUARTOutMap()
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp282 …auto elapsedTime = std::chrono::duration_cast<std::chrono::seconds>(currentTime - lastStatisticsTi… in TakeResults() local
283 if (elapsedTime >= statisticsInterval_) { in TakeResults()