From add078b7f9a658d52ee6e8fe6771ea0517c07674 Mon Sep 17 00:00:00 2001 From: mathad01 Date: Mon, 10 May 2021 16:51:20 +0100 Subject: IVGCVSW-5908 Update 21.05 Doxygen Documents Signed-off-by: mathad01 Change-Id: I95316d4fc5f9d10185492dc835bb2411c1daea7b --- ...ructarmnn_1_1profiling_1_1_counter_status.xhtml | 270 +++++++++++++++++++++ 1 file changed, 270 insertions(+) create mode 100644 21.05/structarmnn_1_1profiling_1_1_counter_status.xhtml (limited to '21.05/structarmnn_1_1profiling_1_1_counter_status.xhtml') diff --git a/21.05/structarmnn_1_1profiling_1_1_counter_status.xhtml b/21.05/structarmnn_1_1profiling_1_1_counter_status.xhtml new file mode 100644 index 0000000000..95289f154e --- /dev/null +++ b/21.05/structarmnn_1_1profiling_1_1_counter_status.xhtml @@ -0,0 +1,270 @@ + + + + + + + + + + + + + +ArmNN: CounterStatus Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.05 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
CounterStatus Struct Reference
+
+
+ +

#include <IBackendProfiling.hpp>

+ + + + +

+Public Member Functions

 CounterStatus (uint16_t backendCounterId, uint16_t globalCounterId, bool enabled, uint32_t samplingRateInMicroseconds)
 
+ + + + + + + + + +

+Public Attributes

uint16_t m_BackendCounterId
 
uint16_t m_GlobalCounterId
 
bool m_Enabled
 
uint32_t m_SamplingRateInMicroseconds
 
+

Detailed Description

+
+

Definition at line 33 of file IBackendProfiling.hpp.

+

Constructor & Destructor Documentation

+ +

◆ CounterStatus()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
CounterStatus (uint16_t backendCounterId,
uint16_t globalCounterId,
bool enabled,
uint32_t samplingRateInMicroseconds 
)
+
+inline
+
+ +

Definition at line 35 of file IBackendProfiling.hpp.

+
39  : m_BackendCounterId(backendCounterId),
40  m_GlobalCounterId(globalCounterId),
41  m_Enabled(enabled),
42  m_SamplingRateInMicroseconds(samplingRateInMicroseconds) {}
+ + + +
+
+
+

Member Data Documentation

+ +

◆ m_BackendCounterId

+ +
+
+ + + + +
uint16_t m_BackendCounterId
+
+ +

Definition at line 43 of file IBackendProfiling.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+ +
+
+ +

◆ m_Enabled

+ +
+
+ + + + +
bool m_Enabled
+
+ +

Definition at line 45 of file IBackendProfiling.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), and BackendProfiling::GetCounterStatus().

+ +
+
+ +

◆ m_GlobalCounterId

+ +
+
+ + + + +
uint16_t m_GlobalCounterId
+
+ +

Definition at line 44 of file IBackendProfiling.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+ +
+
+ +

◆ m_SamplingRateInMicroseconds

+ +
+
+ + + + +
uint32_t m_SamplingRateInMicroseconds
+
+ +

Definition at line 46 of file IBackendProfiling.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), and BackendProfiling::GetCounterStatus().

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