Home
last modified time | relevance | path

Searched refs:lastStatisticsTime_ (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
Dstack_preprocess.h127 std::chrono::steady_clock::time_point lastStatisticsTime_; variable
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp282 … elapsedTime = std::chrono::duration_cast<std::chrono::seconds>(currentTime - lastStatisticsTime_); in TakeResults()
284 lastStatisticsTime_ = currentTime; in TakeResults()