gc.DebugGraphSafeDurationThresholdMs
gc.DebugGraphSafeDurationThresholdMs
#Overview
name: gc.DebugGraphSafeDurationThresholdMs
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
GC Debug Graph: Safe GC duration threshold (in milliseconds).
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/Engine/Private/DebugGarbageCollectionGraph.cpp:140
Scope: file
Source code excerpt:
static FAutoConsoleVariableRef CVarDebugGraphSafeDurationThreshold(
TEXT("gc.DebugGraphSafeDurationThresholdMs"),
UDebugGarbageCollectionGraph::SafeDurationThreshold,
TEXT("GC Debug Graph: Safe GC duration threshold (in milliseconds)."),
ECVF_Default);