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 --- .../classarmnn_1_1_profiler_manager.xhtml | 216 --------------------- 1 file changed, 216 deletions(-) delete mode 100644 Documentation/classarmnn_1_1_profiler_manager.xhtml (limited to 'Documentation/classarmnn_1_1_profiler_manager.xhtml') diff --git a/Documentation/classarmnn_1_1_profiler_manager.xhtml b/Documentation/classarmnn_1_1_profiler_manager.xhtml deleted file mode 100644 index 47faf027fa..0000000000 --- a/Documentation/classarmnn_1_1_profiler_manager.xhtml +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - - - - - - - -ArmNN: ProfilerManager Class Reference - - - - - - - - - - - - - - - - -
-
- - - - ArmNN - - - -
-
-  20.02 -
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
ProfilerManager Class Reference
-
-
- -

#include <Profiling.hpp>

- - - - - - -

-Public Member Functions

void RegisterProfiler (Profiler *profiler)
 
ProfilerGetProfiler ()
 
- - - -

-Static Public Member Functions

static ProfilerManagerGetInstance ()
 
-

Detailed Description

-
-

Definition at line 93 of file Profiling.hpp.

-

Member Function Documentation

- -

◆ GetInstance()

- -
-
- - - - - -
- - - - - - - -
ProfilerManager & GetInstance ()
-
-static
-
- -

Definition at line 487 of file Profiling.cpp.

- -

Referenced by BOOST_AUTO_TEST_CASE(), DetectionPostProcessImpl(), armnn::GetProfilerEventSequenceSize(), GetSoftmaxProfilerJson(), LoadedNetwork::MakeLoadedNetwork(), RunTestFunction(), and Profiler::~Profiler().

-
488 {
489  // Global reference to the single ProfileManager instance allowed.
490  static ProfilerManager s_ProfilerManager;
491  return s_ProfilerManager;
492 }
-
-
- -

◆ GetProfiler()

- -
-
- - - - - - - -
Profiler * GetProfiler ()
-
- -

Definition at line 499 of file Profiling.cpp.

- -

References armnn::tl_Profiler.

- -

Referenced by BOOST_AUTO_TEST_CASE(), and armnn::GetProfilerEventSequenceSize().

-
500 {
501  return tl_Profiler;
502 }
thread_local Profiler * tl_Profiler
Definition: Profiling.cpp:485
-
-
-
- -

◆ RegisterProfiler()

- -
-
- - - - - - - - -
void RegisterProfiler (Profilerprofiler)
-
- -

Definition at line 494 of file Profiling.cpp.

- -

Referenced by BOOST_AUTO_TEST_CASE(), DetectionPostProcessImpl(), armnn::GetProfilerEventSequenceSize(), LoadedNetwork::MakeLoadedNetwork(), RunTestFunction(), and Profiler::~Profiler().

-
495 {
496  tl_Profiler = profiler;
497 }
thread_local Profiler * tl_Profiler
Definition: Profiling.cpp:485
-
-
-
-
The documentation for this class was generated from the following files: -
-
- - - - -- cgit v1.2.1