Navigation
Unreal Engine C++ API Reference > Runtime > PerfCounters > IPerfCounters
References
Module | PerfCounters |
Header | /Engine/Source/Runtime/PerfCounters/Public/PerfCountersModule.h |
Include | #include "PerfCountersModule.h" |
Syntax
struct Histograms
Remarks
Named engine-wide histograms
Constants
Name | Description |
---|---|
FrameTime | Frame time histogram for the duration of the match. |
FrameTimePeriodic | Frame time histogram for shorter intervals. |
FrameTimeWithoutSleep | Frame time histogram (without sleep) for the duration of the match. |
ServerReplicateActorsTime | ServerReplicateActors time histogram for the duration of the match. |
SleepTime | Sleep time histogram for the duration of the match. |
ZeroLoadFrameTime | Zero load thread frame time histogram. |