ArmNN
NotReleased
|
Classes | |
struct | CategoryRecord |
class | CommandFileParser |
class | CommandLineProcessor |
struct | CounterCaptureValues |
struct | CounterDirectory |
struct | CounterSetRecord |
struct | DeviceRecord |
struct | EventRecord |
class | GatordMockService |
struct | PacketVersion |
class | PeriodicCounterCaptureCommandHandler |
class | PeriodicCounterSelectionResponseHandler |
class | StreamMetadataCommandHandler |
class | TimelineCaptureCommandHandler |
class | TimelineDirectoryCaptureCommandHandler |
Enumerations | |
enum | TargetEndianness { BeWire, LeWire } |
enum | PacketDirection { Sending, ReceivedHeader, ReceivedData } |
Functions | |
std::string | ReadString (const unsigned char *buffer, unsigned int &offset) |
|
strong |
Enumerator | |
---|---|
Sending | |
ReceivedHeader | |
ReceivedData |
Definition at line 28 of file GatordMockService.hpp.
|
strong |
Enumerator | |
---|---|
BeWire | |
LeWire |
Definition at line 22 of file GatordMockService.hpp.
std::string armnn::gatordmock::ReadString | ( | const unsigned char * | buffer, |
unsigned int & | offset | ||
) |
Definition at line 57 of file StreamMetadataCommandHandler.cpp.
References Packet::GetData(), Packet::GetLength(), armnn::profiling::ReadUint16(), armnn::profiling::ReadUint32(), armnn::profiling::uint16_t_size, and armnn::profiling::uint32_t_size.