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 --- .../classarmnn_1_1profiling_1_1_counter_set.xhtml | 243 +++++++++++++++++++++ 1 file changed, 243 insertions(+) create mode 100644 20.02/classarmnn_1_1profiling_1_1_counter_set.xhtml (limited to '20.02/classarmnn_1_1profiling_1_1_counter_set.xhtml') diff --git a/20.02/classarmnn_1_1profiling_1_1_counter_set.xhtml b/20.02/classarmnn_1_1profiling_1_1_counter_set.xhtml new file mode 100644 index 0000000000..b619853310 --- /dev/null +++ b/20.02/classarmnn_1_1profiling_1_1_counter_set.xhtml @@ -0,0 +1,243 @@ + + + + + + + + + + + + + +ArmNN: CounterSet Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
CounterSet Class Referencefinal
+
+
+ +

#include <ICounterDirectory.hpp>

+ + + + +

+Public Member Functions

 CounterSet (uint16_t counterSetUid, const std::string &name, uint16_t count)
 
+ + + + + + + +

+Public Attributes

uint16_t m_Uid
 
std::string m_Name
 
uint16_t m_Count
 
+

Detailed Description

+
+

Definition at line 79 of file ICounterDirectory.hpp.

+

Constructor & Destructor Documentation

+ +

◆ CounterSet()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
CounterSet (uint16_t counterSetUid,
const std::string & name,
uint16_t count 
)
+
+inline
+
+ +

Definition at line 83 of file ICounterDirectory.hpp.

+
84  : m_Uid(counterSetUid)
85  , m_Name(name)
86  , m_Count(count)
87  {}
+ + +
+
+
+

Member Data Documentation

+ +

◆ m_Count

+ +
+
+ + + + +
uint16_t m_Count
+
+ +

Definition at line 92 of file ICounterDirectory.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+ +
+
+ +

◆ m_Name

+ +
+
+ + + + +
std::string m_Name
+
+ +

Definition at line 91 of file ICounterDirectory.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+ +
+
+ +

◆ m_Uid

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