You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
SlackReport debug command for TArray slack tracking. * Requires ENABLE_ARRAY_SLACK_TRACKING define to be enabled at compile time (enabling the tracking all the time would be too significant a performance hit, as it requires a function call per array count change). * Generates TSV (tab separated value) reports in Shared/Logs/SlackReport, which can be loaded into a spreadsheet program. A filename can be specified to the command, or a default one with an incrementing index will be used. * Switch -Stack=N controls the number of stack frames used for sorting. Setting a value less than the maximum (9 levels) can coalesce instances of the same allocation from slightly different call stacks. Switch -Verbose=0 enables a more condensed report that only shows the largest unique Num / Max bucket per call stack. #rb Steve.Robb [CL 30346075 by jason hoerner in ue5-main branch]