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