Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/ScopedTimers.h |
| Include | #include "ProfilingDebugging/ScopedTimers.h" |
Syntax
class FScopedDurationTimeLogger
Remarks
Utility class for logging the duration of a scoped action (the user doesn't have to call Start() and Stop() manually).
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScopedDurationTimeLogger
(
FString InMsg, |
Destructors
| Type | Name | Description | |
|---|---|---|---|