IMemoryProvider::GetTagSampleCount

Gets the number of samples for a given tag from a given tracker.

Windows
MacOS
Linux

References

Module

TraceServices

Header

/Engine/Source/Developer/TraceServices/Public/TraceServices/Model/Memory.h

Include

#include "TraceServices/Model/Memory.h"

Syntax

uint64 GetTagSampleCount
(
    FMemoryTrackerId Tracker,
    FMemoryTagId Tag
) const

Remarks

Gets the number of samples for a given tag from a given tracker.

Returns

Number of samples that has been recorded.

Parameters

Parameter

Description

Tracker

Tracer index.

Tag

The id of the LLM tag.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss