From f4019872c1134c6fcc1d6993e5746f55c1e79208 Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Tue, 8 Mar 2022 20:01:38 +0000 Subject: IVGCVSW-6819 Fix the directory structure and broken link to latest docu Signed-off-by: Nikhil Raj Change-Id: I05b559d15faf92c76ff536719693b361316be4f3 --- ...n_1_1profiling_1_1_i_write_counter_values.xhtml | 322 +++++++++++++++++++++ 1 file changed, 322 insertions(+) create mode 100644 22.02/classarmnn_1_1profiling_1_1_i_write_counter_values.xhtml (limited to '22.02/classarmnn_1_1profiling_1_1_i_write_counter_values.xhtml') diff --git a/22.02/classarmnn_1_1profiling_1_1_i_write_counter_values.xhtml b/22.02/classarmnn_1_1profiling_1_1_i_write_counter_values.xhtml new file mode 100644 index 0000000000..755cf58daf --- /dev/null +++ b/22.02/classarmnn_1_1profiling_1_1_i_write_counter_values.xhtml @@ -0,0 +1,322 @@ + + + + + + + + + + + + + +ArmNN: IWriteCounterValues Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IWriteCounterValues Class Referenceabstract
+
+
+ +

#include <ICounterValues.hpp>

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

+Public Member Functions

virtual ~IWriteCounterValues ()
 
virtual void SetCounterValue (uint16_t counterUid, uint32_t value)=0
 
virtual uint32_t AddCounterValue (uint16_t counterUid, uint32_t value)=0
 
virtual uint32_t SubtractCounterValue (uint16_t counterUid, uint32_t value)=0
 
virtual uint32_t IncrementCounterValue (uint16_t counterUid)=0
 
+

Detailed Description

+
+

Definition at line 27 of file ICounterValues.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~IWriteCounterValues()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~IWriteCounterValues ()
+
+inlinevirtual
+
+ +

Definition at line 30 of file ICounterValues.hpp.

+
30 {}
+
+
+

Member Function Documentation

+ +

◆ AddCounterValue()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
virtual uint32_t AddCounterValue (uint16_t counterUid,
uint32_t value 
)
+
+pure virtual
+
+ +

Implemented in ProfilingService.

+ +
+
+ +

◆ IncrementCounterValue()

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

Implemented in ProfilingService.

+ +
+
+ +

◆ SetCounterValue()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
virtual void SetCounterValue (uint16_t counterUid,
uint32_t value 
)
+
+pure virtual
+
+ +

Implemented in ProfilingService.

+ +
+
+ +

◆ SubtractCounterValue()

+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
virtual uint32_t SubtractCounterValue (uint16_t counterUid,
uint32_t value 
)
+
+pure virtual
+
+ +

Implemented in ProfilingService.

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