Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/profiling/client/src/
H A DPeriodicCounterCapture.cpp35m_PeriodCaptureThread = std::thread(&PeriodicCounterCapture::Capture, this, std::ref(m_ReadCounter… in Start()
46 if (m_PeriodCaptureThread.joinable()) in Stop()
49 m_PeriodCaptureThread.join(); in Stop()
H A DPeriodicCounterCapture.hpp65 std::thread m_PeriodCaptureThread; member in arm::pipe::PeriodicCounterCapture