Files
UnrealEngineUWP/Engine/Source/Developer/TraceAnalysis
Martin Ridgers 1fb8d0b70e More robust analysis of trace streams where a large distance occurs between consecutive serialised events on different threads.
The main premise of this change is to order the heap of pending serialised events by distance from the next expected serial instead of in respect to each other. By using an unsigned comparison, wrapped serials that would otherwise appear on the negative side of the expected serial, in fact sort to the positive side. This allows the use of the full serial space as wraps no longer need to be calculated when sorting.
#rb jb
#rnx
#preflight 63caa0e6894b6403149bf5c0

[CL 23789248 by Martin Ridgers in ue5-main branch]
2023-01-20 09:17:33 -05:00
..