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

#include <ProfilingTests.hpp>

+ + + + + + +

+Public Member Functions

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

Detailed Description

+
+

Definition at line 28 of file ProfilingTests.hpp.

+

Constructor & Destructor Documentation

+ +

◆ LogLevelSwapper()

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

Definition at line 31 of file ProfilingTests.hpp.

+ +

References armnn::ConfigureLogging().

+
32  {
33  // Set the new log level
34  armnn::ConfigureLogging(true, true, severity);
35  }
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 36 of file ProfilingTests.hpp.

+ +

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

+
37  {
38  // The default log level for unit tests is "Fatal"
40  }
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