r.GPUTracingStatsEnabled
r.GPUTracingStatsEnabled
#Overview
name: r.GPUTracingStatsEnabled
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Enables or disables GPU stat recording to tracing profiler
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/RenderCore/Private/ProfilingDebugging/RealtimeGPUProfiler.cpp:38
Scope: file
Source code excerpt:
static TAutoConsoleVariable<int> CVarGPUTracingStatsEnabled(
TEXT("r.GPUTracingStatsEnabled"),
1,
TEXT("Enables or disables GPU stat recording to tracing profiler"));
static TAutoConsoleVariable<int> CVarGPUStatsChildTimesIncluded(
TEXT("r.GPUStatsChildTimesIncluded"),
0,