gc.DumpMemoryStats
gc.DumpMemoryStats
#Overview
name: gc.DumpMemoryStats
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Print GC memory usage
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/CoreUObject/Private/UObject/GarbageCollection.cpp:6517
Scope (from outer to inner):
file
namespace UE::GC
Source code excerpt:
}
static FAutoConsoleCommandWithOutputDevice GDumpMemoryStats(TEXT("gc.DumpMemoryStats"), TEXT("Print GC memory usage"), FConsoleCommandWithOutputDeviceDelegate::CreateStatic(&DumpMemoryStats));
#endif //!UE_BUILD_SHIPPING
//////////////////////////////////////////////////////////////////////////
// Coordinates worker starting, tail spinning and stopping
class FWorkCoordinator