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

Function ReadUint32

profiling/client/src/ProfilingUtils.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90uint32_t ReadUint32(const IPacketBufferPtr& packetBuffer, unsigned int offset)
91{
92 ARM_PIPE_ASSERT(packetBuffer);
93
94 return ReadUint32(packetBuffer->GetReadableData(), offset);
95}
96
97uint16_t ReadUint16(const IPacketBufferPtr& packetBuffer, unsigned int offset)
98{

Callers 15

ParseDataMethod · 0.70
ParseDataMethod · 0.50
ParseDataMethod · 0.50
ReadCategoryRecordsMethod · 0.50
ReadEventRecordsMethod · 0.50
ParseDataMethod · 0.50
ReadLabelMethod · 0.50
ReadRelationshipMethod · 0.50
ReadEventMethod · 0.50
TimelineTests.cppFile · 0.50
ProfilingTests.cppFile · 0.50

Calls 1

GetReadableDataMethod · 0.45