IAllocationsProvider

Unreal Engine C++ API Reference > Developer > TraceServices > TraceServices > Model

Inheritance Hierarchy

References

   
Module TraceServices
Header /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/AllocationsProvider.h
Include #include "TraceServices/Model/AllocationsProvider.h"

Syntax

class IAllocationsProvider : public [TraceServices::IProvider](API\Developer\TraceServices\TraceServices\Model\IProvider)  

Destructors

Type Name Description
  ~IAllocationsProvider ()  

Functions

Type Name Description
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 )  

Overridden from IProvider

Type Name Description
void BeginRead ()  
void EndRead ()  
void ReadAccessCheck ()  

Classes

Type Name Description
Public struct FAllocation  
Public class FAllocations  
Public struct FHeapSpec  
Public struct FQueryParams  
Public struct FQueryStatus  

Enums

Type Name Description
Public enum EQueryRule Allocation query rules.
Public enum EQueryStatus  

Typedefs

Name Description
FQueryHandle  
FQueryResult  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library