Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/IAllocationsProvider
| |
|
| Name |
ETimelineU32 |
| Type |
enum |
| Header File |
/Engine/Source/Developer/TraceServices/Public/TraceServices/Model/AllocationsProvider.h |
| Include Path |
#include "TraceServices/Model/AllocationsProvider.h" |
Syntax
enum ETimelineU32
{
MinLiveAllocations,
MaxLiveAllocations,
AllocEvents,
FreeEvents,
PageInEvents,
PageOutEvents,
SwapFreeEvents,
Count,
}
Values
| Name |
Remarks |
| MinLiveAllocations |
The Minimum Number of Live Allocations. |
| MaxLiveAllocations |
The Maximum Number of Live Allocations. |
| AllocEvents |
The Number of Alloc Events. |
| FreeEvents |
The Number of Free Events. |
| PageInEvents |
The Number of Page In Events. |
| PageOutEvents |
The Number of Page Out Events. |
| SwapFreeEvents |
The Number of Swap Free Events. |
| Count |
|