Navigation
API > API/Plugins > API/Plugins/MetaHumanCore
@Brief ScopedTimer is rudimentary profiler that leverages std::chrono timers.
| Name | ScopedTimer |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCore/Public/ScopedTimer.h |
| Include Path | #include "ScopedTimer.h" |
Syntax
class ScopedTimer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ScopedTimer
(
ScopedTimer const& |
ScopedTimer.h | ||
ScopedTimer
(
ScopedTimer&& |
ScopedTimer.h | ||
ScopedTimer
(
const char* functionName_, |
Constructor. | ScopedTimer.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~ScopedTimer() |
Destructor. | ScopedTimer.h |
Structs
| Name | Remarks |
|---|---|
| pimpl |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| m_function | const char * | ScopedTimer.h | ||
| m_logger | Logger | ScopedTimer.h | ||
| m_pimpl | pimpl | ScopedTimer.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void=delete operator delete
(
void*, |
ScopedTimer.h | ||
void *=delete operator new
(
std::size_t |
ScopedTimer.h | ||
ScopedTimer &=delete operator=
(
ScopedTimer const& |
ScopedTimer.h | ||
ScopedTimer=delete operator=
(
ScopedTimer&& |
ScopedTimer.h |