Files
UnrealEngineUWP/Engine/Source/Runtime/Core/Private/Modules
Patrick Laflamme a4ae12f5bb Added a new analyzer to the sumarize trace commandlet to summarize LoadModule_* CPU scope, hierarchically.
- The new analyzer compute the time to load each module, excluding the time required to load dependent modules, hense the need to do hierarchical analysis.
- The new analyzer publishes the total number of module scope encountered (which is roughly equivalent to number of module loaded if we ignore the few circular dependencies), the total time measured to load all modules, the average load time of a module, the longuest load time and a list of the 10 longuest module load time.

#jira UETOOL-4256 - Measure and report the Editor individual plugin load time
#rb Geoff.Evans
#preflight 61eacc60216c44f4770c089f

[CL 18689740 by Patrick Laflamme in ue5-main branch]
2022-01-21 10:43:48 -05:00
..