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 --- ...ctarmnn_1_1profiling_1_1_sw_trace_message.xhtml | 229 +++++++++++++++++++++ 1 file changed, 229 insertions(+) create mode 100644 20.02/structarmnn_1_1profiling_1_1_sw_trace_message.xhtml (limited to '20.02/structarmnn_1_1profiling_1_1_sw_trace_message.xhtml') diff --git a/20.02/structarmnn_1_1profiling_1_1_sw_trace_message.xhtml b/20.02/structarmnn_1_1profiling_1_1_sw_trace_message.xhtml new file mode 100644 index 0000000000..2faf5689b3 --- /dev/null +++ b/20.02/structarmnn_1_1profiling_1_1_sw_trace_message.xhtml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + +ArmNN: SwTraceMessage Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
SwTraceMessage Struct Reference
+
+
+ +

#include <ProfilingUtils.hpp>

+ + + + + + + + + + + + +

+Public Attributes

uint32_t m_Id
 
std::string m_Name
 
std::string m_UiName
 
std::vector< char > m_ArgTypes
 
std::vector< std::string > m_ArgNames
 
+

Detailed Description

+
+

Definition at line 36 of file ProfilingUtils.hpp.

+

Member Data Documentation

+ +

◆ m_ArgNames

+ +
+
+ + + + +
std::vector<std::string> m_ArgNames
+
+ +

Definition at line 42 of file ProfilingUtils.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), and armnn::profiling::ReadSwTraceMessage().

+ +
+
+ +

◆ m_ArgTypes

+ +
+
+ + + + +
std::vector<char> m_ArgTypes
+
+ +

Definition at line 41 of file ProfilingUtils.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), and armnn::profiling::ReadSwTraceMessage().

+ +
+
+ +

◆ m_Id

+ +
+
+ + + + +
uint32_t m_Id
+
+ +

Definition at line 38 of file ProfilingUtils.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), and armnn::profiling::ReadSwTraceMessage().

+ +
+
+ +

◆ m_Name

+ +
+
+ + + + +
std::string m_Name
+
+ +

Definition at line 39 of file ProfilingUtils.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), and armnn::profiling::ReadSwTraceMessage().

+ +
+
+ +

◆ m_UiName

+ +
+
+ + + + +
std::string m_UiName
+
+ +

Definition at line 40 of file ProfilingUtils.hpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), and armnn::profiling::ReadSwTraceMessage().

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