Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging
Inheritance Hierarchy
- FDurationTimer
- FScopedDurationTimer
- FScopedLoadTimeAccumulatorTimer
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/LoadTimeTracker.h |
| Include | #include "ProfilingDebugging/LoadTimeTracker.h" |
Syntax
struct FScopedLoadTimeAccumulatorTimer : public FScopedDurationTimer
Remarks
Scoped helper class for tracking accumulated object times
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScopedLoadTimeAccumulatorTimer
(
const FName& InTimerName, |
Constants
| Name | Description |
|---|---|
| DummyTimer | Here are a number of profiling helper functions so we do not have to duplicate a lot of the glue code everywhere. |