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

#include <IProfilingGuidGenerator.hpp>

+
+Inheritance diagram for IProfilingGuidGenerator:
+
+
+ + +IProfilingService +ProfilingGuidGenerator +MockProfilingService +ProfilingService +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