LoadTimes.StartAccumulating
LoadTimes.StartAccumulating
#Overview
name: LoadTimes.StartAccumulating
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Starts capturing fine-grained accumulated load time data
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/Core/Private/ProfilingDebugging/LoadTimeTracker.cpp:427
Scope: file
Source code excerpt:
static FAutoConsoleCommand AccumulatorTimerStartCmd(
TEXT("LoadTimes.StartAccumulating"),
TEXT("Starts capturing fine-grained accumulated load time data"),
FConsoleCommandDelegate::CreateStatic(&FLoadTimeTracker::StartAccumulatedLoadTimesStatic)
);
static FAutoConsoleCommand AccumulatorTimerStopCmd(
TEXT("LoadTimes.StopAccumulating"),