Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
uint8_t ReadUint8(const IPacketBufferPtr& packetBuffer, unsigned int offset)
105
{
106
ARM_PIPE_ASSERT(packetBuffer);
107
108
return ReadUint8(packetBuffer->GetReadableData(), offset);
109
}
110
111
std::string GetProcessName()
112
{
Callers
8
ParseData
Method · 0.50
GetStringNameFromBuffer
Method · 0.50
ReadLabel
Method · 0.50
TimelineTests.cpp
File · 0.50
SendCounterPacketTests.cpp
File · 0.50
TimelinePacketTests.cpp
File · 0.50
SendTimelinePacketTests.cpp
File · 0.50
CheckTimelineDirectory
Function · 0.50
Calls
1
GetReadableData
Method · 0.45
Tested by
1
CheckTimelineDirectory
Function · 0.40