From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- ...ructarmnn_1_1profiling_1_1_counter_status.xhtml | 270 +++++++++++++++++++++ 1 file changed, 270 insertions(+) create mode 100644 21.02/structarmnn_1_1profiling_1_1_counter_status.xhtml (limited to '21.02/structarmnn_1_1profiling_1_1_counter_status.xhtml') diff --git a/21.02/structarmnn_1_1profiling_1_1_counter_status.xhtml b/21.02/structarmnn_1_1profiling_1_1_counter_status.xhtml new file mode 100644 index 0000000000..1b698e2d2f --- /dev/null +++ b/21.02/structarmnn_1_1profiling_1_1_counter_status.xhtml @@ -0,0 +1,270 @@ + + + + + + + + + + + + + +ArmNN: CounterStatus Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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