Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging
Inheritance Hierarchy
- FDurationTimer
- FScopedDurationTimer
- FAutoScopedDurationTimer
- FScopedLoadTimeAccumulatorTimer
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/ScopedTimers.h |
| Include | #include "ProfilingDebugging/ScopedTimers.h" |
Syntax
class FScopedDurationTimer : public FDurationTimer
Remarks
Utility class for tracking the duration of a scoped action (the user doesn't have to call Start() and Stop() manually).
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScopedDurationTimer
(
double& AccumulatorIn |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Dtor, updating seconds with time delta. |