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 --- ...sarmnn_1_1_mock_backend_profiling_service.xhtml | 227 +++++++++++++++++++++ 1 file changed, 227 insertions(+) create mode 100644 21.02/classarmnn_1_1_mock_backend_profiling_service.xhtml (limited to '21.02/classarmnn_1_1_mock_backend_profiling_service.xhtml') diff --git a/21.02/classarmnn_1_1_mock_backend_profiling_service.xhtml b/21.02/classarmnn_1_1_mock_backend_profiling_service.xhtml new file mode 100644 index 0000000000..a5539ff98f --- /dev/null +++ b/21.02/classarmnn_1_1_mock_backend_profiling_service.xhtml @@ -0,0 +1,227 @@ + + + + + + + + + + + + + +ArmNN: MockBackendProfilingService Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
MockBackendProfilingService Class Reference
+
+
+ +

#include <MockBackend.hpp>

+ + + + + + +

+Public Member Functions

MockBackendProfilingContextGetContext ()
 
void SetProfilingContextPtr (std::shared_ptr< MockBackendProfilingContext > shared)
 
+ + + +

+Static Public Member Functions

static MockBackendProfilingServiceInstance ()
 
+

Detailed Description

+
+

Definition at line 119 of file MockBackend.hpp.

+

Member Function Documentation

+ +

◆ GetContext()

+ +
+
+ + + + + +
+ + + + + + + +
MockBackendProfilingContext* GetContext ()
+
+inline
+
+ +

Definition at line 129 of file MockBackend.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

+
130  {
131  return m_sharedContext.get();
132  }
+
+
+ +

◆ Instance()

+ +
+
+ + + + + +
+ + + + + + + +
static MockBackendProfilingService& Instance ()
+
+inlinestatic
+
+ +

Definition at line 123 of file MockBackend.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), and MockBackend::CreateBackendProfilingContext().

+
124  {
125  static MockBackendProfilingService instance;
126  return instance;
127  }
+
+
+ +

◆ SetProfilingContextPtr()

+ +
+
+ + + + + +
+ + + + + + + + +
void SetProfilingContextPtr (std::shared_ptr< MockBackendProfilingContextshared)
+
+inline
+
+ +

Definition at line 134 of file MockBackend.hpp.

+ +

Referenced by MockBackend::CreateBackendProfilingContext().

+
135  {
136  m_sharedContext = shared;
137  }
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1