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

#include <ProfilingTests.hpp>

+
+Inheritance diagram for TestProfilingConnectionArmnnError:
+
+
+ + +TestProfilingConnectionBase +IProfilingConnection + +
+ + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 TestProfilingConnectionArmnnError ()
 
arm::pipe::Packet ReadPacket (uint32_t timeout) override
 
int ReadCalledCount ()
 
- Public Member Functions inherited from TestProfilingConnectionBase
 TestProfilingConnectionBase ()=default
 
 ~TestProfilingConnectionBase ()=default
 
bool IsOpen () const override
 
void Close () override
 
bool WritePacket (const unsigned char *buffer, uint32_t length) override
 
- Public Member Functions inherited from IProfilingConnection
virtual ~IProfilingConnection ()
 
+ + + + +

+Additional Inherited Members

- Public Attributes inherited from TestProfilingConnectionBase
bool m_FirstCall = true
 
+

Detailed Description

+
+

Definition at line 135 of file ProfilingTests.hpp.

+

Constructor & Destructor Documentation

+ +

◆ TestProfilingConnectionArmnnError()

+ +
+
+ + + + + +
+ + + + + + + +
TestProfilingConnectionArmnnError ()
+
+inline
+
+ +

Definition at line 138 of file ProfilingTests.hpp.

+
139  : m_ReadRequests(0)
140  {}
+
+
+

Member Function Documentation

+ +

◆ ReadCalledCount()

+ +
+
+ + + + + +
+ + + + + + + +
int ReadCalledCount ()
+
+inline
+
+ +

Definition at line 149 of file ProfilingTests.hpp.

+
150  {
151  return m_ReadRequests.load();
152  }
+
+
+ +

◆ ReadPacket()

+ +
+
+ + + + + +
+ + + + + + + + +
arm::pipe::Packet ReadPacket (uint32_t timeout)
+
+inlineoverridevirtual
+
+ +

Reimplemented from TestProfilingConnectionBase.

+ +

Definition at line 142 of file ProfilingTests.hpp.

+ +

References armnn::IgnoreUnused().

+
143  {
144  IgnoreUnused(timeout);
145  ++m_ReadRequests;
146  throw armnn::Exception("Simulate a non-timeout error");
147  }
void IgnoreUnused(Ts &&...)
+
Base class for all ArmNN exceptions so that users can filter to just those.
Definition: Exceptions.hpp:46
+
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1