From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- ...n_1_1profiling_1_1_i_send_timeline_packet.xhtml | 447 +++++++++++++++++++++ 1 file changed, 447 insertions(+) create mode 100644 20.02/classarmnn_1_1profiling_1_1_i_send_timeline_packet.xhtml (limited to '20.02/classarmnn_1_1profiling_1_1_i_send_timeline_packet.xhtml') diff --git a/20.02/classarmnn_1_1profiling_1_1_i_send_timeline_packet.xhtml b/20.02/classarmnn_1_1profiling_1_1_i_send_timeline_packet.xhtml new file mode 100644 index 0000000000..7a0a30b198 --- /dev/null +++ b/20.02/classarmnn_1_1profiling_1_1_i_send_timeline_packet.xhtml @@ -0,0 +1,447 @@ + + + + + + + + + + + + + +ArmNN: ISendTimelinePacket Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
ISendTimelinePacket Class Referenceabstract
+
+
+ +

#include <ISendTimelinePacket.hpp>

+
+Inheritance diagram for ISendTimelinePacket:
+
+
+ + +SendTimelinePacket + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

virtual ~ISendTimelinePacket ()
 
virtual void Commit ()=0
 Commits the current buffer and reset the member variables. More...
 
virtual void SendTimelineEntityBinaryPacket (uint64_t profilingGuid)=0
 Create and write a TimelineEntityBinaryPacket from the parameters to the buffer. More...
 
virtual void SendTimelineEventBinaryPacket (uint64_t timestamp, std::thread::id threadId, uint64_t profilingGuid)=0
 Create and write a TimelineEventBinaryPacket from the parameters to the buffer. More...
 
virtual void SendTimelineEventClassBinaryPacket (uint64_t profilingGuid)=0
 Create and write a TimelineEventClassBinaryPacket from the parameters to the buffer. More...
 
virtual void SendTimelineLabelBinaryPacket (uint64_t profilingGuid, const std::string &label)=0
 Create and write a TimelineLabelBinaryPacket from the parameters to the buffer. More...
 
virtual void SendTimelineMessageDirectoryPackage ()=0
 Create and write a TimelineMessageDirectoryPackage in the buffer. More...
 
virtual void SendTimelineRelationshipBinaryPacket (ProfilingRelationshipType relationshipType, uint64_t relationshipGuid, uint64_t headGuid, uint64_t tailGuid)=0
 Create and write a TimelineRelationshipBinaryPacket from the parameters to the buffer. More...
 
+

Detailed Description

+
+

Definition at line 27 of file ISendTimelinePacket.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~ISendTimelinePacket()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~ISendTimelinePacket ()
+
+inlinevirtual
+
+ +

Definition at line 30 of file ISendTimelinePacket.hpp.

+
31  {}
+
+
+

Member Function Documentation

+ +

◆ Commit()

+ +
+
+ + + + + +
+ + + + + + + +
virtual void Commit ()
+
+pure virtual
+
+ +

Commits the current buffer and reset the member variables.

+ +

Implemented in SendTimelinePacket.

+ +
+
+ +

◆ SendTimelineEntityBinaryPacket()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual void SendTimelineEntityBinaryPacket (uint64_t profilingGuid)
+
+pure virtual
+
+ +

Create and write a TimelineEntityBinaryPacket from the parameters to the buffer.

+ +

Implemented in SendTimelinePacket.

+ +
+
+ +

◆ SendTimelineEventBinaryPacket()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
virtual void SendTimelineEventBinaryPacket (uint64_t timestamp,
std::thread::id threadId,
uint64_t profilingGuid 
)
+
+pure virtual
+
+ +

Create and write a TimelineEventBinaryPacket from the parameters to the buffer.

+ +

Implemented in SendTimelinePacket.

+ +
+
+ +

◆ SendTimelineEventClassBinaryPacket()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual void SendTimelineEventClassBinaryPacket (uint64_t profilingGuid)
+
+pure virtual
+
+ +

Create and write a TimelineEventClassBinaryPacket from the parameters to the buffer.

+ +

Implemented in SendTimelinePacket.

+ +
+
+ +

◆ SendTimelineLabelBinaryPacket()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
virtual void SendTimelineLabelBinaryPacket (uint64_t profilingGuid,
const std::string & label 
)
+
+pure virtual
+
+ +

Create and write a TimelineLabelBinaryPacket from the parameters to the buffer.

+ +

Implemented in SendTimelinePacket.

+ +
+
+ +

◆ SendTimelineMessageDirectoryPackage()

+ +
+
+ + + + + +
+ + + + + + + +
virtual void SendTimelineMessageDirectoryPackage ()
+
+pure virtual
+
+ +

Create and write a TimelineMessageDirectoryPackage in the buffer.

+ +

Implemented in SendTimelinePacket.

+ +

Referenced by ConnectionAcknowledgedCommandHandler::operator()(), and RequestCounterDirectoryCommandHandler::operator()().

+ +
+
+ +

◆ SendTimelineRelationshipBinaryPacket()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
virtual void SendTimelineRelationshipBinaryPacket (ProfilingRelationshipType relationshipType,
uint64_t relationshipGuid,
uint64_t headGuid,
uint64_t tailGuid 
)
+
+pure virtual
+
+ +

Create and write a TimelineRelationshipBinaryPacket from the parameters to the buffer.

+ +

Implemented in SendTimelinePacket.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1