rhi.DumpMemory
rhi.DumpMemory
#Overview
name: rhi.DumpMemory
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dumps RHI memory stats to the log
It is referenced in 2
C++ source files.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/RHI/Private/RHI.cpp:93
Scope: file
Source code excerpt:
static FAutoConsoleCommandWithOutputDevice GDumpRHIMemoryCmd(
TEXT("rhi.DumpMemory"),
TEXT("Dumps RHI memory stats to the log"),
FConsoleCommandWithOutputDeviceDelegate::CreateStatic(DumpRHIMemory)
);
#endif
//DO NOT USE THE STATIC FLINEARCOLORS TO INITIALIZE THIS STUFF.
#Loc: <Workspace>/Engine/Source/Runtime/Renderer/Private/Renderer.cpp:541
Scope (from outer to inner):
file
function void FRendererModule::DebugLogOnCrash
Source code excerpt:
GVisualizeTexture.DebugLogOnCrash();
GEngine->Exec(NULL, TEXT("rhi.DumpMemory"), *GLog);
// execute on main thread
{
struct FTest
{
void Thread()