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 --- ...profiling_1_1_i_register_backend_counters.xhtml | 384 +++++++++++++++++++++ 1 file changed, 384 insertions(+) create mode 100644 21.02/classarmnn_1_1profiling_1_1_i_register_backend_counters.xhtml (limited to '21.02/classarmnn_1_1profiling_1_1_i_register_backend_counters.xhtml') diff --git a/21.02/classarmnn_1_1profiling_1_1_i_register_backend_counters.xhtml b/21.02/classarmnn_1_1profiling_1_1_i_register_backend_counters.xhtml new file mode 100644 index 0000000000..f88bc8f544 --- /dev/null +++ b/21.02/classarmnn_1_1profiling_1_1_i_register_backend_counters.xhtml @@ -0,0 +1,384 @@ + + + + + + + + + + + + + +ArmNN: IRegisterBackendCounters Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IRegisterBackendCounters Class Referenceabstract
+
+
+ +

#include <IBackendProfiling.hpp>

+
+Inheritance diagram for IRegisterBackendCounters:
+
+
+ + +RegisterBackendCounters + +
+ + + + + + + + + + + + +

+Public Member Functions

virtual void RegisterCategory (const std::string &categoryName)=0
 
virtual uint16_t RegisterDevice (const std::string &deviceName, uint16_t cores=0, const Optional< std::string > &parentCategoryName=EmptyOptional())=0
 
virtual uint16_t RegisterCounterSet (const std::string &counterSetName, uint16_t count=0, const Optional< std::string > &parentCategoryName=EmptyOptional())=0
 
virtual uint16_t RegisterCounter (const uint16_t uid, const std::string &parentCategoryName, uint16_t counterClass, uint16_t interpolation, double multiplier, const std::string &name, const std::string &description, const Optional< std::string > &units=EmptyOptional(), const Optional< uint16_t > &numberOfCores=EmptyOptional(), const Optional< uint16_t > &deviceUid=EmptyOptional(), const Optional< uint16_t > &counterSetUid=EmptyOptional())=0
 
virtual ~IRegisterBackendCounters ()
 
+

Detailed Description

+
+

Definition at line 49 of file IBackendProfiling.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~IRegisterBackendCounters()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~IRegisterBackendCounters ()
+
+inlinevirtual
+
+ +

Definition at line 74 of file IBackendProfiling.hpp.

+
74 {}
+
+
+

Member Function Documentation

+ +

◆ RegisterCategory()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual void RegisterCategory (const std::string & categoryName)
+
+pure virtual
+
+ +

Implemented in RegisterBackendCounters.

+ +
+
+ +

◆ RegisterCounter()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
virtual uint16_t RegisterCounter (const uint16_t uid,
const std::string & parentCategoryName,
uint16_t counterClass,
uint16_t interpolation,
double multiplier,
const std::string & name,
const std::string & description,
const Optional< std::string > & units = EmptyOptional(),
const Optional< uint16_t > & numberOfCores = EmptyOptional(),
const Optional< uint16_t > & deviceUid = EmptyOptional(),
const Optional< uint16_t > & counterSetUid = EmptyOptional() 
)
+
+pure virtual
+
+ +

Implemented in RegisterBackendCounters.

+ +
+
+ +

◆ RegisterCounterSet()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
virtual uint16_t RegisterCounterSet (const std::string & counterSetName,
uint16_t count = 0,
const Optional< std::string > & parentCategoryName = EmptyOptional() 
)
+
+pure virtual
+
+ +

Implemented in RegisterBackendCounters.

+ +
+
+ +

◆ RegisterDevice()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + +
virtual uint16_t RegisterDevice (const std::string & deviceName,
uint16_t cores = 0,
const Optional< std::string > & parentCategoryName = EmptyOptional() 
)
+
+pure virtual
+
+ +

Implemented in RegisterBackendCounters.

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