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

Method GetHeadersAccepted

profiling/client/src/FileOnlyProfilingConnection.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23{
24
25std::vector<uint32_t> StreamMetaDataProcessor::GetHeadersAccepted()
26{
27 std::vector<uint32_t> headers;
28 headers.push_back(m_MetaDataPacketHeader);
29 return headers;
30}
31
32void StreamMetaDataProcessor::HandlePacket(const arm::pipe::Packet& packet)
33{

Callers 1

AddLocalPacketHandlerMethod · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected