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_profiling_service.xhtml | 338 +++++++++++++++++++++ 1 file changed, 338 insertions(+) create mode 100644 20.02/classarmnn_1_1profiling_1_1_i_profiling_service.xhtml (limited to '20.02/classarmnn_1_1profiling_1_1_i_profiling_service.xhtml') diff --git a/20.02/classarmnn_1_1profiling_1_1_i_profiling_service.xhtml b/20.02/classarmnn_1_1profiling_1_1_i_profiling_service.xhtml new file mode 100644 index 0000000000..3c9dee199f --- /dev/null +++ b/20.02/classarmnn_1_1profiling_1_1_i_profiling_service.xhtml @@ -0,0 +1,338 @@ + + + + + + + + + + + + + +ArmNN: IProfilingService Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IProfilingService Class Referenceabstract
+
+
+ +

#include <IProfilingService.hpp>

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

+Public Member Functions

virtual ~IProfilingService ()
 
virtual std::unique_ptr< ISendTimelinePacketGetSendTimelinePacket () const =0
 
virtual const ICounterMappingsGetCounterMappings () const =0
 
virtual ISendCounterPacketGetSendCounterPacket ()=0
 
virtual bool IsProfilingEnabled () const =0
 
virtual CaptureData GetCaptureData ()=0
 
- Public Member Functions inherited from IProfilingGuidGenerator
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 19 of file IProfilingService.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~IProfilingService()

+ + +

Member Function Documentation

+ +

◆ GetCaptureData()

+ +
+
+ + + + + +
+ + + + + + + +
virtual CaptureData GetCaptureData ()
+
+pure virtual
+
+
+ +

◆ GetCounterMappings()

+ +
+
+ + + + + +
+ + + + + + + +
virtual const ICounterMappings& GetCounterMappings () const
+
+pure virtual
+
+
+ +

◆ GetSendCounterPacket()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ISendCounterPacket& GetSendCounterPacket ()
+
+pure virtual
+
+
+ +

◆ GetSendTimelinePacket()

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

◆ IsProfilingEnabled()

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