gc.DumpSchemaStats
gc.DumpSchemaStats
#Overview
name: gc.DumpSchemaStats
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Print GC schema statistics
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/GarbageCollectionSchema.cpp:944
Scope (from outer to inner):
file
namespace UE::GC
Source code excerpt:
}
static FAutoConsoleCommandWithOutputDevice GDumpSchemaStats(TEXT("gc.DumpSchemaStats"), TEXT("Print GC schema statistics"), FConsoleCommandWithOutputDeviceDelegate::CreateStatic(&DumpSchemaStats));
uint32 CountSchemas(uint32& OutNumWords)
{
// Create all schema stats
TMap<const void*, FSchemaStats> ClassStats;
TMap<const void*, FSchemaStats> StructStats;