You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- 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]