From 0e2bab81442ee6cc2b94e4f7881ed0c5c6af65e7 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Thu, 19 Mar 2020 17:03:14 +0000 Subject: Creating gh-pages documentation for ArmNN Signed-off-by: Jim Flynn --- .../namespacearmnn_utils_1_1_processes.xhtml | 143 +++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 Documentation/namespacearmnn_utils_1_1_processes.xhtml (limited to 'Documentation/namespacearmnn_utils_1_1_processes.xhtml') diff --git a/Documentation/namespacearmnn_utils_1_1_processes.xhtml b/Documentation/namespacearmnn_utils_1_1_processes.xhtml new file mode 100644 index 0000000000..33fe94492d --- /dev/null +++ b/Documentation/namespacearmnn_utils_1_1_processes.xhtml @@ -0,0 +1,143 @@ + + + + + + + + + + + + + +ArmNN: armnnUtils::Processes Namespace Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
armnnUtils::Processes Namespace Reference
+
+
+ + + + +

+Functions

int GetCurrentId ()
 
+

Function Documentation

+ +

◆ GetCurrentId()

+ +
+
+ + + + + + + +
int GetCurrentId ()
+
+ +

Definition at line 20 of file Processes.cpp.

+ +

Referenced by BOOST_AUTO_TEST_CASE(), and SendCounterPacket::SendStreamMetaDataPacket().

+
21 {
22 #if defined(__unix__)
23  return getpid();
24 #elif defined(_MSC_VER)
25  return ::GetCurrentProcessId();
26 #endif
27 }
+
+
+
+
+ + + + -- cgit v1.2.1