From 6940dd720ebb6b3d1df8ca203ab696daefe58189 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Fri, 20 Mar 2020 12:25:56 +0000 Subject: renamed Documentation folder 20.02 and added .nojekyll file Signed-off-by: Jim Flynn --- ...rmnn_1_1profiling_1_1_i_backend_profiling.xhtml | 374 +++++++++++++++++++++ 1 file changed, 374 insertions(+) create mode 100644 20.02/classarmnn_1_1profiling_1_1_i_backend_profiling.xhtml (limited to '20.02/classarmnn_1_1profiling_1_1_i_backend_profiling.xhtml') diff --git a/20.02/classarmnn_1_1profiling_1_1_i_backend_profiling.xhtml b/20.02/classarmnn_1_1profiling_1_1_i_backend_profiling.xhtml new file mode 100644 index 0000000000..9c68156b17 --- /dev/null +++ b/20.02/classarmnn_1_1profiling_1_1_i_backend_profiling.xhtml @@ -0,0 +1,374 @@ + + + + + + + + + + + + + +ArmNN: IBackendProfiling Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IBackendProfiling Class Referenceabstract
+
+
+ +

#include <IBackendProfiling.hpp>

+
+Inheritance diagram for IBackendProfiling:
+
+
+ + +BackendProfiling + +
+ + + + + + + + + + + + + + + + + + +

+Public Member Functions

virtual ~IBackendProfiling ()
 
virtual std::unique_ptr< IRegisterBackendCountersGetCounterRegistrationInterface (uint16_t currentMaxGlobalCounterID)=0
 
virtual std::unique_ptr< ISendTimelinePacketGetSendTimelinePacket ()=0
 
virtual IProfilingGuidGeneratorGetProfilingGuidGenerator ()=0
 
virtual void ReportCounters (const std::vector< Timestamp > &counterValues)=0
 
virtual CounterStatus GetCounterStatus (uint16_t backendCounterId)=0
 
virtual std::vector< CounterStatusGetActiveCounters ()=0
 
virtual bool IsProfilingEnabled () const =0
 
+

Detailed Description

+
+

Definition at line 77 of file IBackendProfiling.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~IBackendProfiling()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~IBackendProfiling ()
+
+inlinevirtual
+
+ +

Definition at line 80 of file IBackendProfiling.hpp.

+
81  {}
+
+
+

Member Function Documentation

+ +

◆ GetActiveCounters()

+ +
+
+ + + + + +
+ + + + + + + +
virtual std::vector<CounterStatus> GetActiveCounters ()
+
+pure virtual
+
+ +

Implemented in BackendProfiling.

+ +
+
+ +

◆ GetCounterRegistrationInterface()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual std::unique_ptr<IRegisterBackendCounters> GetCounterRegistrationInterface (uint16_t currentMaxGlobalCounterID)
+
+pure virtual
+
+ +

Implemented in BackendProfiling.

+ +
+
+ +

◆ GetCounterStatus()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual CounterStatus GetCounterStatus (uint16_t backendCounterId)
+
+pure virtual
+
+ +

Implemented in BackendProfiling.

+ +
+
+ +

◆ GetProfilingGuidGenerator()

+ +
+
+ + + + + +
+ + + + + + + +
virtual IProfilingGuidGenerator& GetProfilingGuidGenerator ()
+
+pure virtual
+
+ +

Implemented in BackendProfiling.

+ +
+
+ +

◆ GetSendTimelinePacket()

+ +
+
+ + + + + +
+ + + + + + + +
virtual std::unique_ptr<ISendTimelinePacket> GetSendTimelinePacket ()
+
+pure virtual
+
+ +

Implemented in BackendProfiling.

+ +
+
+ +

◆ IsProfilingEnabled()

+ +
+
+ + + + + +
+ + + + + + + +
virtual bool IsProfilingEnabled () const
+
+pure virtual
+
+ +

Implemented in BackendProfiling.

+ +
+
+ +

◆ ReportCounters()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual void ReportCounters (const std::vector< Timestamp > & counterValues)
+
+pure virtual
+
+ +

Implemented in BackendProfiling.

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