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

Function ReadUint8

profiling/client/src/ProfilingUtils.cpp:104–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104uint8_t ReadUint8(const IPacketBufferPtr& packetBuffer, unsigned int offset)
105{
106 ARM_PIPE_ASSERT(packetBuffer);
107
108 return ReadUint8(packetBuffer->GetReadableData(), offset);
109}
110
111std::string GetProcessName()
112{

Callers 8

ParseDataMethod · 0.50
ReadLabelMethod · 0.50
TimelineTests.cppFile · 0.50
CheckTimelineDirectoryFunction · 0.50

Calls 1

GetReadableDataMethod · 0.45

Tested by 1

CheckTimelineDirectoryFunction · 0.40