Navigation
API > API/Developer > API/Developer/TraceServices > API/Developer/TraceServices/TraceServices > API/Developer/TraceServices/TraceServices/Model > API/Developer/TraceServices/TraceServices/Model/IMemoryProvider
References
Module | TraceServices |
Header | /Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Memory.h |
Include | #include "TraceServices/Model/Memory.h" |
void EnumerateTagSamples
&40;
FMemoryTrackerId Tracker,
FMemoryTagId Tag,
double StartTime,
double EndTime,
bool bIncludeRangeNeighbours,
TFunctionRef< void(double Time, double Duration, const FMemoryTagSample &)> Callback
&41; const
Remarks
Enumerates samples (values) for a specified LLM tag.
Parameters
Name | Description |
---|---|
Tracker | Tracker index. |
Tag | The id/index of the LLM tag. |
StartSample | The inclusive start index in the sample array of specified memory tag. |
EndSample | The exclusive end index in the sample array of specified memory tag. |
Callback | A callback function called for each sample enumerated. |
bIncludeRangeNeighbours | Includes the sample immediately before and after the selected range. |