void |
CancelQuery ( FQueryHandle Query ) |
|
void |
EnumerateAllocEventsTimeline ( int32 StartIndex, int32 EndIndex, TFunctionRef< void(double Time, dou... ) |
Enumerates the Alloc Events timeline points in the inclusive index interval [StartIndex, EndIndex]. |
void |
EnumerateFreeEventsTimeline ( int32 StartIndex, int32 EndIndex, TFunctionRef< void(double Time, dou... ) |
Enumerates the Free Events timeline points in the inclusive index interval [StartIndex, EndIndex]. |
void |
EnumerateHeaps ( TFunctionRef< void(HeapId Id, const... ) |
|
void |
EnumerateMaxLiveAllocationsTimeline ( int32 StartIndex, int32 EndIndex, TFunctionRef< void(double Time, dou... ) |
Enumerates the Max Live Allocations timeline points in the inclusive index interval [StartIndex, EndIndex]. |
void |
EnumerateMaxTotalAllocatedMemoryTimeline ( int32 StartIndex, int32 EndIndex, TFunctionRef< void(double Time, dou... ) |
Enumerates the Max Total Allocated Memory timeline points in the inclusive index interval [StartIndex, EndIndex]. |
void |
EnumerateMinLiveAllocationsTimeline ( int32 StartIndex, int32 EndIndex, TFunctionRef< void(double Time, dou... ) |
Enumerates the Min Live Allocations timeline points in the inclusive index interval [StartIndex, EndIndex]. |
void |
EnumerateMinTotalAllocatedMemoryTimeline ( int32 StartIndex, int32 EndIndex, TFunctionRef< void(double Time, dou... ) |
Enumerates the Min Total Allocated Memory timeline points in the inclusive index interval [StartIndex, EndIndex]. |
void |
EnumerateRootHeaps ( TFunctionRef< void(HeapId Id, const... ) |
|
void |
EnumerateTags ( TFunctionRef< void(const TCHAR*... ) |
Enumerates the discovered tags. |
const TCHAR ... |
GetTagFullPath ( TagIdType Tag ) |
|
const TCHAR ... |
GetTagName ( TagIdType Tag ) |
Returns the display name of the specified LLM tag. |
void |
GetTimelineIndexRange ( double StartTime, double EndTime, int32& StartIndex, int32& EndIndex ) |
Returns the inclusive index range [StartIndex, EndIndex] for a time range [StartTime, EndTime]. |
int32 |
GetTimelineNumPoints () |
Returns the number of points in each timeline (Min/Max Total Allocated Memory, Min/Max Live Allocations, Total Alloc Events, Total Free Events). |
bool |
IsInitialized () |
|
const FQuery... |
PollQuery ( FQueryHandle Query ) |
|
FQueryHandle |
StartQuery ( const FQueryParams& Params ) |
|