LoadTimes.DumpReport
LoadTimes.DumpReport
#Overview
name: LoadTimes.DumpReport
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dumps a report about the amount of time spent loading assets
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/CoreUObject/Private/Misc/ExclusiveLoadPackageTimeTracker.cpp:20
Scope (from outer to inner):
file
function FExclusiveLoadPackageTimeTracker::FExclusiveLoadPackageTimeTracker
Source code excerpt:
, UnknownAssetName(FName(TEXT("Unknown")))
, DumpReportCommand(
TEXT("LoadTimes.DumpReport"),
*LOCTEXT("CommandText_DumpReport", "Dumps a report about the amount of time spent loading assets").ToString(),
FConsoleCommandWithArgsDelegate::CreateRaw(this, &FExclusiveLoadPackageTimeTracker::DumpReportCommandHandler))
, ResetReportCommand(
TEXT("LoadTimes.Reset"),
*LOCTEXT("CommandText_ResetReport", "Resets accumulated report data").ToString(),
FConsoleCommandWithArgsDelegate::CreateRaw(this, &FExclusiveLoadPackageTimeTracker::ResetReportCommandHandler))