CsvCategory
CsvCategory
#Overview
name: CsvCategory
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Changes whether a CSV category is included in captures.
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/Core/Private/ProfilingDebugging/CsvProfiler.cpp:860
Scope: file
Source code excerpt:
static FAutoConsoleCommandWithWorldArgsAndOutputDevice HandleCSVCategoryCmd(
TEXT("CsvCategory"),
TEXT("Changes whether a CSV category is included in captures."),
FConsoleCommandWithWorldArgsAndOutputDeviceDelegate::CreateStatic(&HandleCSVCategoryCommand)
);
//-----------------------------------------------------------------------------
// TSingleProducerSingleConsumerList : fast lock-free single producer/single
#Loc: <Workspace>/Engine/Source/Runtime/Renderer/Private/GPUScene.cpp:35
Scope: file
Source code excerpt:
//#define FORCEINLINE_GPUSCENE
// Defaults to being disabled, enable using the command line argument: -CsvCategory GPUScene
CSV_DEFINE_CATEGORY(GPUScene, false);
DEFINE_GPU_STAT(GPUSceneUpdate);
#define LOG_INSTANCE_ALLOCATIONS 0