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 --- ...tarmnn_1_1profiling_1_1_log_level_swapper.xhtml | 195 +++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100644 21.02/structarmnn_1_1profiling_1_1_log_level_swapper.xhtml (limited to '21.02/structarmnn_1_1profiling_1_1_log_level_swapper.xhtml') diff --git a/21.02/structarmnn_1_1profiling_1_1_log_level_swapper.xhtml b/21.02/structarmnn_1_1profiling_1_1_log_level_swapper.xhtml new file mode 100644 index 0000000000..6e03a246f6 --- /dev/null +++ b/21.02/structarmnn_1_1profiling_1_1_log_level_swapper.xhtml @@ -0,0 +1,195 @@ + + + + + + + + + + + + + +ArmNN: LogLevelSwapper Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
LogLevelSwapper Struct Reference
+
+
+ +

#include <ProfilingTests.hpp>

+ + + + + + +

+Public Member Functions

 LogLevelSwapper (armnn::LogSeverity severity)
 
 ~LogLevelSwapper ()
 
+

Detailed Description

+
+

Definition at line 30 of file ProfilingTests.hpp.

+

Constructor & Destructor Documentation

+ +

◆ LogLevelSwapper()

+ +
+
+ + + + + +
+ + + + + + + + +
LogLevelSwapper (armnn::LogSeverity severity)
+
+inline
+
+ +

Definition at line 33 of file ProfilingTests.hpp.

+ +

References armnn::ConfigureLogging().

+
34  {
35  // Set the new log level
36  armnn::ConfigureLogging(true, true, severity);
37  }
void ConfigureLogging(bool printToStandardOutput, bool printToDebugOutput, LogSeverity severity)
Configures the logging behaviour of the ARMNN library.
Definition: Utils.cpp:18
+
+
+
+ +

◆ ~LogLevelSwapper()

+ +
+
+ + + + + +
+ + + + + + + +
~LogLevelSwapper ()
+
+inline
+
+ +

Definition at line 38 of file ProfilingTests.hpp.

+ +

References armnn::ConfigureLogging(), and armnn::Fatal.

+
39  {
40  // The default log level for unit tests is "Fatal"
42  }
void ConfigureLogging(bool printToStandardOutput, bool printToDebugOutput, LogSeverity severity)
Configures the logging behaviour of the ARMNN library.
Definition: Utils.cpp:18
+ +
+
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1