gc.DebugGraphShow
gc.DebugGraphShow
#Overview
name: gc.DebugGraphShow
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Show GC debug graph. (See also: DebugGraphSafeDurationThresholdMs)
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:128
Scope: file
Source code excerpt:
static FAutoConsoleCommandWithOutputDevice
GShowDebugGraphCmd(
TEXT("gc.DebugGraphShow"),
TEXT("Show GC debug graph. "
"(See also: DebugGraphSafeDurationThresholdMs)"),
FConsoleCommandWithOutputDeviceDelegate::CreateStatic(&ShowDebugGraph));
static FAutoConsoleCommandWithOutputDevice
GHideDebugGraphCmd(