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

Method HandlePacket

src/profiling/test/PrintPacketHeaderHandler.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22void PrintPacketHeaderHandler::HandlePacket(const arm::pipe::Packet& packet)
23{
24 std::stringstream ss;
25 ss << "Handler Received Outgoing Packet [" << packet.GetPacketFamily() << ":" << packet.GetPacketId() << "]";
26 ss << " Length [" << packet.GetLength() << "]" << std::endl;
27 std::cout << ss.str() << std::endl;
28};
29
30} // namespace pipe
31

Callers

nothing calls this directly

Calls 4

GetPacketFamilyMethod · 0.80
GetLengthMethod · 0.80
GetPacketIdMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected