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 --- ...filing_1_1_i_profiling_connection_factory.xhtml | 244 +++++++++++++++++++++ 1 file changed, 244 insertions(+) create mode 100644 22.02/classarmnn_1_1profiling_1_1_i_profiling_connection_factory.xhtml (limited to '22.02/classarmnn_1_1profiling_1_1_i_profiling_connection_factory.xhtml') diff --git a/22.02/classarmnn_1_1profiling_1_1_i_profiling_connection_factory.xhtml b/22.02/classarmnn_1_1profiling_1_1_i_profiling_connection_factory.xhtml new file mode 100644 index 0000000000..4cbc4d7bd0 --- /dev/null +++ b/22.02/classarmnn_1_1profiling_1_1_i_profiling_connection_factory.xhtml @@ -0,0 +1,244 @@ + + + + + + + + + + + + + +ArmNN: IProfilingConnectionFactory Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  22.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IProfilingConnectionFactory Class Referenceabstract
+
+
+ +

#include <IProfilingConnectionFactory.hpp>

+
+Inheritance diagram for IProfilingConnectionFactory:
+
+
+ + +MockProfilingConnectionFactory +ProfilingConnectionFactory + +
+ + + + + + +

+Public Types

using ExternalProfilingOptions = IRuntime::CreationOptions::ExternalProfilingOptions
 
using IProfilingConnectionPtr = std::unique_ptr< IProfilingConnection >
 
+ + + + + +

+Public Member Functions

virtual ~IProfilingConnectionFactory ()
 
virtual IProfilingConnectionPtr GetProfilingConnection (const ExternalProfilingOptions &options) const =0
 
+

Detailed Description

+
+

Definition at line 20 of file IProfilingConnectionFactory.hpp.

+

Member Typedef Documentation

+ +

◆ ExternalProfilingOptions

+ + + +

◆ IProfilingConnectionPtr

+ +
+
+ + + + +
using IProfilingConnectionPtr = std::unique_ptr<IProfilingConnection>
+
+ +

Definition at line 24 of file IProfilingConnectionFactory.hpp.

+ +
+
+

Constructor & Destructor Documentation

+ +

◆ ~IProfilingConnectionFactory()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~IProfilingConnectionFactory ()
+
+inlinevirtual
+
+ +

Definition at line 26 of file IProfilingConnectionFactory.hpp.

+ +

References IProfilingConnectionFactory::GetProfilingConnection().

+
26 {}
+
+
+

Member Function Documentation

+ +

◆ GetProfilingConnection()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual IProfilingConnectionPtr GetProfilingConnection (const ExternalProfilingOptionsoptions) const
+
+pure virtual
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1