You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
UE4 - merge GDC branch, code @2465640 to main
[CL 2468685 by Gil Gribb in Main branch]
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define PERF_TRACK_DETAILED_ASYNC_STATS (0)
|
||||
/**
|
||||
* Structure containing intermediate data required for async loading of all imports and exports of a
|
||||
* ULinkerLoad.
|
||||
@@ -203,11 +204,6 @@ public:
|
||||
/** Total time spent in FinishObjects. */
|
||||
double FinishObjectsTime;
|
||||
|
||||
/** Map of each class of object loaded to the total time spent calling CreateExport on those objects */
|
||||
TMap<const UClass*,FMapTimeEntry> CreateExportTimePerClass;
|
||||
/** Map of each class of object loaded to the total time spent calling PostLoad on those objects */
|
||||
TMap<const UClass*,FMapTimeEntry> PostLoadTimePerClass;
|
||||
|
||||
#endif
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user