ArmNN
 22.05.01
ProfilerManager Class Reference

#include <Profiling.hpp>

Public Member Functions

void RegisterProfiler (IProfiler *profiler)
 
IProfilerGetProfiler ()
 

Static Public Member Functions

static ProfilerManagerGetInstance ()
 

Detailed Description

Definition at line 111 of file Profiling.hpp.

Member Function Documentation

◆ GetInstance()

◆ GetProfiler()

IProfiler * GetProfiler ( )

Definition at line 584 of file Profiling.cpp.

References armnn::tl_Profiler.

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

585 {
586  return tl_Profiler;
587 }
thread_local IProfiler * tl_Profiler
Definition: Profiling.cpp:570

◆ RegisterProfiler()


The documentation for this class was generated from the following files: