LoadTimes.StopAccumulating
LoadTimes.StopAccumulating
#Overview
name: LoadTimes.StopAccumulating
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Stops capturing fine-grained accumulated load time data and dump the results
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:433
Scope: file
Source code excerpt:
static FAutoConsoleCommand AccumulatorTimerStopCmd(
TEXT("LoadTimes.StopAccumulating"),
TEXT("Stops capturing fine-grained accumulated load time data and dump the results"),
FConsoleCommandDelegate::CreateStatic(&FLoadTimeTracker::StopAccumulatedLoadTimesStatic)
);