From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- ...n_1_1profiling_1_1_i_local_packet_handler.xhtml | 273 +++++++++++++++++++++ 1 file changed, 273 insertions(+) create mode 100644 21.02/classarmnn_1_1profiling_1_1_i_local_packet_handler.xhtml (limited to '21.02/classarmnn_1_1profiling_1_1_i_local_packet_handler.xhtml') diff --git a/21.02/classarmnn_1_1profiling_1_1_i_local_packet_handler.xhtml b/21.02/classarmnn_1_1profiling_1_1_i_local_packet_handler.xhtml new file mode 100644 index 0000000000..2e1bc301cb --- /dev/null +++ b/21.02/classarmnn_1_1profiling_1_1_i_local_packet_handler.xhtml @@ -0,0 +1,273 @@ + + + + + + + + + + + + + +ArmNN: ILocalPacketHandler Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ILocalPacketHandler Class Referenceabstract
+
+
+ +

#include <ILocalPacketHandler.hpp>

+
+Inheritance diagram for ILocalPacketHandler:
+
+
+ + +PrintPacketHeaderHandler +RequestCountersPacketHandler +StreamMetaDataProcessor +TestTimelinePacketHandler + +
+ + + + + + + + + + + + +

+Public Member Functions

virtual ~ILocalPacketHandler ()
 
virtual std::vector< uint32_t > GetHeadersAccepted ()=0
 
virtual void HandlePacket (const arm::pipe::Packet &packet)=0
 process the packet More...
 
virtual void SetConnection (IInternalProfilingConnection *profilingConnection)
 Set a profiling connection on the handler. More...
 
+

Detailed Description

+
+

Definition at line 53 of file ILocalPacketHandler.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~ILocalPacketHandler()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~ILocalPacketHandler ()
+
+inlinevirtual
+
+ +

Definition at line 56 of file ILocalPacketHandler.hpp.

+
56 {};
+
+
+

Member Function Documentation

+ +

◆ GetHeadersAccepted()

+ +
+
+ + + + + +
+ + + + + + + +
virtual std::vector<uint32_t> GetHeadersAccepted ()
+
+pure virtual
+
+
Returns
lists the headers of the packets that this handler accepts only these packets will get sent to this handler. If this function returns an empty list then ALL packets will be sent to the PacketHandler i.e. a universal handler.
+ +

Implemented in TestTimelinePacketHandler, StreamMetaDataProcessor, and RequestCountersPacketHandler.

+ +
+
+ +

◆ HandlePacket()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual void HandlePacket (const arm::pipe::Packet & packet)
+
+pure virtual
+
+ +

process the packet

+ +

Implemented in TestTimelinePacketHandler, StreamMetaDataProcessor, and RequestCountersPacketHandler.

+ +
+
+ +

◆ SetConnection()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual void SetConnection (IInternalProfilingConnectionprofilingConnection)
+
+inlinevirtual
+
+ +

Set a profiling connection on the handler.

+

Only need to implement this function if the handler will be writing data back to the profiled application.

+ +

Reimplemented in TestTimelinePacketHandler, and RequestCountersPacketHandler.

+ +

Definition at line 69 of file ILocalPacketHandler.hpp.

+ +

References armnn::IgnoreUnused().

+
70  {armnn::IgnoreUnused(profilingConnection);}
void IgnoreUnused(Ts &&...)
+
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1