MCPcopy Create free account
hub / github.com/ARM-software/armnn / GetCaptureData

Method GetCaptureData

profiling/client/src/Holder.cpp:53–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53CaptureData Holder::GetCaptureData() const
54{
55#if !defined(ARMNN_DISABLE_THREADS)
56 std::lock_guard<std::mutex> lockGuard(m_CaptureThreadMutex);
57#endif
58 return m_CaptureData;
59}
60
61bool CaptureData::IsCounterIdInCaptureData(uint16_t counterId)
62{

Callers 4

ReadCaptureDataMethod · 0.45
GetCounterStatusMethod · 0.45
GetActiveCountersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected