Navigation
API > API/Plugins > API/Plugins/MetaHumanCore > API/Plugins/MetaHumanCore/ScopedTimer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ScopedTimer
(
ScopedTimer const& |
ScopedTimer.h | ||
ScopedTimer
(
ScopedTimer&& |
ScopedTimer.h | ||
ScopedTimer
(
const char* functionName_, |
Constructor. | ScopedTimer.h |
ScopedTimer(ScopedTimer const &)
| Name | ScopedTimer |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCore/Public/ScopedTimer.h |
| Include Path | #include "ScopedTimer.h" |
ScopedTimer
(
ScopedTimer const &
)
ScopedTimer(ScopedTimer &&)
| Name | ScopedTimer |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCore/Public/ScopedTimer.h |
| Include Path | #include "ScopedTimer.h" |
ScopedTimer
(
ScopedTimer &&
)
ScopedTimer(const char *, const Logger &)
Description
Constructor.
| Name | ScopedTimer |
| Type | function |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCore/Public/ScopedTimer.h |
| Include Path | #include "ScopedTimer.h" |
| Source | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanCore/Private/ScopedTimer.cpp |
ScopedTimer
(
const char * functionName_,
const Logger & logger_
)
Parameters
| Name | Remarks |
|---|---|
| functionName_ | name of the profiled function. Function name can be obtained through func macro. |
| logger | logging wrapper. |