From fb14ebbd68e04876809145296af96f6f41857418 Mon Sep 17 00:00:00 2001 From: James Ward Date: Thu, 26 Nov 2020 11:08:12 +0000 Subject: IVGCVSW-5348 Update Doxygen Docu * Update Doxygen Documentation for 20.11 release Signed-off-by: James Ward Change-Id: Ib47edac7923a642a277b1169d1085e5622021dc0 --- ...tarmnn_1_1profiling_1_1_log_level_swapper.xhtml | 195 +++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100644 20.11/structarmnn_1_1profiling_1_1_log_level_swapper.xhtml (limited to '20.11/structarmnn_1_1profiling_1_1_log_level_swapper.xhtml') diff --git a/20.11/structarmnn_1_1profiling_1_1_log_level_swapper.xhtml b/20.11/structarmnn_1_1profiling_1_1_log_level_swapper.xhtml new file mode 100644 index 0000000000..5f0012b2f0 --- /dev/null +++ b/20.11/structarmnn_1_1profiling_1_1_log_level_swapper.xhtml @@ -0,0 +1,195 @@ + + + + + + + + + + + + + +ArmNN: LogLevelSwapper Struct Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  20.11 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
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:10
+
+
+
+ +

◆ ~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:10
+ +
+
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1