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

Function CaptureDataWriteThreadImpl

src/profiling/test/ProfilingTests.cpp:561–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559}
560
561void CaptureDataWriteThreadImpl(Holder& holder, uint32_t capturePeriod, const std::vector<uint16_t>& counterIds)
562{
563 holder.SetCaptureData(capturePeriod, counterIds, {});
564}
565
566void CaptureDataReadThreadImpl(const Holder& holder, CaptureData& captureData)
567{

Callers

nothing calls this directly

Calls 1

SetCaptureDataMethod · 0.45

Tested by

no test coverage detected