From de36e4a9c299028e792c3a5bd99ad0816d806077 Mon Sep 17 00:00:00 2001 From: Ryan OShea Date: Fri, 13 Mar 2020 16:26:19 +0000 Subject: IVGCVSW-3726 Upload ArmNN Doxygen files * Upload current ArmNN Doxygen files Signed-off-by: Ryan OShea Change-Id: I8989ed16ee40a99a4495b100bd009cf3e24a7285 --- ...ofiling_1_1_timeline_packet_writer_factory.html | 172 +++++++++++++++++++++ 1 file changed, 172 insertions(+) create mode 100644 Documentation/classarmnn_1_1profiling_1_1_timeline_packet_writer_factory.html (limited to 'Documentation/classarmnn_1_1profiling_1_1_timeline_packet_writer_factory.html') diff --git a/Documentation/classarmnn_1_1profiling_1_1_timeline_packet_writer_factory.html b/Documentation/classarmnn_1_1profiling_1_1_timeline_packet_writer_factory.html new file mode 100644 index 0000000000..b8c8d09e31 --- /dev/null +++ b/Documentation/classarmnn_1_1profiling_1_1_timeline_packet_writer_factory.html @@ -0,0 +1,172 @@ + + + + + + + +ArmNN: TimelinePacketWriterFactory Class Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
ArmNN +  NotReleased +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
TimelinePacketWriterFactory Class Reference
+
+
+ +

#include <TimelinePacketWriterFactory.hpp>

+ + + + + + +

+Public Member Functions

 TimelinePacketWriterFactory (IBufferManager &bufferManager)
 
std::unique_ptr< ISendTimelinePacketGetSendTimelinePacket () const
 
+

Detailed Description

+
+

Definition at line 19 of file TimelinePacketWriterFactory.hpp.

+

Constructor & Destructor Documentation

+ +

◆ TimelinePacketWriterFactory()

+ +
+
+ + + + + +
+ + + + + + + + +
TimelinePacketWriterFactory (IBufferManagerbufferManager)
+
+inline
+
+ +

Definition at line 22 of file TimelinePacketWriterFactory.hpp.

+ +

References TimelinePacketWriterFactory::GetSendTimelinePacket().

+
22 : m_BufferManager(bufferManager) {}
+
+
+

Member Function Documentation

+ +

◆ GetSendTimelinePacket()

+ +
+
+ + + + + + + +
std::unique_ptr< ISendTimelinePacket > GetSendTimelinePacket () const
+
+ +

Definition at line 16 of file TimelinePacketWriterFactory.cpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), ProfilingService::GetSendTimelinePacket(), and TimelinePacketWriterFactory::TimelinePacketWriterFactory().

+
17 {
18  return std::make_unique<SendTimelinePacket>(m_BufferManager);
19 }
+
+
+
The documentation for this class was generated from the following files: +
+
+ + + + -- cgit v1.2.1