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 --- ...nn_1_1profiling_1_1_i_read_counter_values.xhtml | 301 +++++++++++++++++++++ 1 file changed, 301 insertions(+) create mode 100644 21.08/classarmnn_1_1profiling_1_1_i_read_counter_values.xhtml (limited to '21.08/classarmnn_1_1profiling_1_1_i_read_counter_values.xhtml') diff --git a/21.08/classarmnn_1_1profiling_1_1_i_read_counter_values.xhtml b/21.08/classarmnn_1_1profiling_1_1_i_read_counter_values.xhtml new file mode 100644 index 0000000000..b5d0b1a18d --- /dev/null +++ b/21.08/classarmnn_1_1profiling_1_1_i_read_counter_values.xhtml @@ -0,0 +1,301 @@ + + + + + + + + + + + + + +ArmNN: IReadCounterValues Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.08 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IReadCounterValues Class Referenceabstract
+
+
+ +

#include <ICounterValues.hpp>

+
+Inheritance diagram for IReadCounterValues:
+
+
+ + +IReadWriteCounterValues +ProfilingService +MockProfilingService +ProfilingServiceRuntimeHelper +SwapProfilingConnectionFactoryHelper + +
+ + + + + + + + + + + + +

+Public Member Functions

virtual ~IReadCounterValues ()
 
virtual bool IsCounterRegistered (uint16_t counterUid) const =0
 
virtual uint16_t GetCounterCount () const =0
 
virtual uint32_t GetAbsoluteCounterValue (uint16_t counterUid) const =0
 
virtual uint32_t GetDeltaCounterValue (uint16_t counterUid)=0
 
+

Detailed Description

+
+

Definition at line 16 of file ICounterValues.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~IReadCounterValues()

+ + +

Member Function Documentation

+ +

◆ GetAbsoluteCounterValue()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual uint32_t GetAbsoluteCounterValue (uint16_t counterUid) const
+
+pure virtual
+
+ +

Implemented in ProfilingService.

+ +

Referenced by IReadCounterValues::~IReadCounterValues().

+ +
+
+ +

◆ GetCounterCount()

+ +
+
+ + + + + +
+ + + + + + + +
virtual uint16_t GetCounterCount () const
+
+pure virtual
+
+ +

Implemented in ProfilingService.

+ +

Referenced by IReadCounterValues::~IReadCounterValues().

+ +
+
+ +

◆ GetDeltaCounterValue()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual uint32_t GetDeltaCounterValue (uint16_t counterUid)
+
+pure virtual
+
+
+ +

◆ IsCounterRegistered()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual bool IsCounterRegistered (uint16_t counterUid) const
+
+pure virtual
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1