From f86be93b7492b381370cae7bf71eca8572a0cbae Mon Sep 17 00:00:00 2001 From: Matthew Sloyan Date: Tue, 24 Aug 2021 16:27:15 +0100 Subject: IVGCVSW-5924 Update 21.08 Doxygen Documents * Also updated latest symlink. Signed-off-by: Matthew Sloyan Change-Id: If9b4e0e52464abdf797b9eb858ae19bcc64c2aea --- ...assarmnn_1_1profiling_1_1_event_class_obj.xhtml | 230 +++++++++++++++++++++ 1 file changed, 230 insertions(+) create mode 100644 21.08/classarmnn_1_1profiling_1_1_event_class_obj.xhtml (limited to '21.08/classarmnn_1_1profiling_1_1_event_class_obj.xhtml') diff --git a/21.08/classarmnn_1_1profiling_1_1_event_class_obj.xhtml b/21.08/classarmnn_1_1profiling_1_1_event_class_obj.xhtml new file mode 100644 index 0000000000..3e5b9e15f4 --- /dev/null +++ b/21.08/classarmnn_1_1profiling_1_1_event_class_obj.xhtml @@ -0,0 +1,230 @@ + + + + + + + + + + + + + +ArmNN: EventClassObj Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
EventClassObj Class Reference
+
+
+ +

#include <TimelineModel.hpp>

+ + + + + + + + +

+Public Member Functions

 EventClassObj (uint64_t guid, const std::string &name)
 
uint64_t GetGuid () const
 
const std::string & GetName () const
 
+

Detailed Description

+
+

Definition at line 52 of file TimelineModel.hpp.

+

Constructor & Destructor Documentation

+ +

◆ EventClassObj()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
EventClassObj (uint64_t guid,
const std::string & name 
)
+
+inline
+
+ +

Definition at line 55 of file TimelineModel.hpp.

+
55 : m_Guid(guid), m_Name(name) {}
+
+
+

Member Function Documentation

+ +

◆ GetGuid()

+ +
+
+ + + + + +
+ + + + + + + +
uint64_t GetGuid () const
+
+inline
+
+ +

Definition at line 56 of file TimelineModel.hpp.

+ +

Referenced by TimelineModel::AddEventClass().

+
56 {return m_Guid;}
+
+
+ +

◆ GetName()

+ +
+
+ + + + + +
+ + + + + + + +
const std::string& GetName () const
+
+inline
+
+ +

Definition at line 57 of file TimelineModel.hpp.

+
57 {return m_Name;}
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1