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 --- ...1profiling_1_1_i_profiling_guid_generator.xhtml | 240 +++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 21.02/classarmnn_1_1profiling_1_1_i_profiling_guid_generator.xhtml (limited to '21.02/classarmnn_1_1profiling_1_1_i_profiling_guid_generator.xhtml') diff --git a/21.02/classarmnn_1_1profiling_1_1_i_profiling_guid_generator.xhtml b/21.02/classarmnn_1_1profiling_1_1_i_profiling_guid_generator.xhtml new file mode 100644 index 0000000000..4adaa22a10 --- /dev/null +++ b/21.02/classarmnn_1_1profiling_1_1_i_profiling_guid_generator.xhtml @@ -0,0 +1,240 @@ + + + + + + + + + + + + + +ArmNN: IProfilingGuidGenerator Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IProfilingGuidGenerator Class Referenceabstract
+
+
+ +

#include <IProfilingGuidGenerator.hpp>

+
+Inheritance diagram for IProfilingGuidGenerator:
+
+
+ + +IProfilingService +ProfilingGuidGenerator +ProfilingService +MockProfilingService +ProfilingServiceRuntimeHelper +SwapProfilingConnectionFactoryHelper + +
+ + + + + + + + + + +

+Public Member Functions

virtual ProfilingDynamicGuid NextGuid ()=0
 Return the next random Guid in the sequence. More...
 
virtual ProfilingStaticGuid GenerateStaticId (const std::string &str)=0
 Create a ProfilingStaticGuid based on a hash of the string. More...
 
virtual ~IProfilingGuidGenerator ()
 
+

Detailed Description

+
+

Definition at line 18 of file IProfilingGuidGenerator.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~IProfilingGuidGenerator()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~IProfilingGuidGenerator ()
+
+inlinevirtual
+
+ +

Definition at line 27 of file IProfilingGuidGenerator.hpp.

+
27 {}
+
+
+

Member Function Documentation

+ +

◆ GenerateStaticId()

+ +
+
+ + + + + +
+ + + + + + + + +
virtual ProfilingStaticGuid GenerateStaticId (const std::string & str)
+
+pure virtual
+
+ +

Create a ProfilingStaticGuid based on a hash of the string.

+ +

Implemented in MockProfilingService, ProfilingService, and ProfilingGuidGenerator.

+ +
+
+ +

◆ NextGuid()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ProfilingDynamicGuid NextGuid ()
+
+pure virtual
+
+ +

Return the next random Guid in the sequence.

+ +

Implemented in MockProfilingService, ProfilingService, and ProfilingGuidGenerator.

+ +

Referenced by BOOST_AUTO_TEST_CASE().

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