RHI.TransientAllocator.GarbageCollectLatency
RHI.TransientAllocator.GarbageCollectLatency
#Overview
name: RHI.TransientAllocator.GarbageCollectLatency
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Amount of update cycles before memory is reclaimed.
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/RHICore/Private/RHICoreTransientResourceAllocator.cpp:31
Scope: file
Source code excerpt:
static int32 GRHITransientAllocatorGarbageCollectLatency = 16;
static FAutoConsoleVariableRef CVarRHITransientAllocatorGarbageCollectLatency(
TEXT("RHI.TransientAllocator.GarbageCollectLatency"),
GRHITransientAllocatorGarbageCollectLatency,
TEXT("Amount of update cycles before memory is reclaimed."),
ECVF_ReadOnly);
TRACE_DECLARE_INT_COUNTER(TransientResourceCreateCount, TEXT("TransientAllocator/ResourceCreateCount"));