Home
last modified time | relevance | path

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

/external/armnn/src/profiling/
DPeriodicCounterCapture.cpp34m_PeriodCaptureThread = std::thread(&PeriodicCounterCapture::Capture, this, std::ref(m_ReadCounter… in Start()
43 if (m_PeriodCaptureThread.joinable()) in Stop()
46 m_PeriodCaptureThread.join(); in Stop()
DPeriodicCounterCapture.hpp59 std::thread m_PeriodCaptureThread; member in armnn::profiling::PeriodicCounterCapture