- Detected lost packets are now marked on incoming data
- Changed how we display lost data to make it easier to spot.
#rb Peter.Engstrom
[CL 31039322 by mattias hornlund in ue5-main branch]
- Refactored code re "pending events" and detection of "still-open" timing events.
- Added support for "CpuProfiler.EndThread" with a timestamp. "Still-open" timing events will be closed with this timestamp.
- Removed analysis for unused "CpuProfiler.EndCaptureV2" event.
- Separated the analysis code for the backward compatibility events.
#rb Johan.Berg, Catalin.Dragoiu
[CL 30076061 by ionut matasaru in ue5-main branch]
Discussions suggest we don't have enough data points to debug/ensure priorities are being respected, and this would be good to have in the engine in any case.
#rb simon.orr ionut.matasaru
[CL 28885835 by bhavan vaishnav in ue5-main branch]
- Added "Alloc/Free Callstack Id" columns, separated by "Alloc/Free Callstack Size" columns. Both shows entire callstack in tooltip (and can be copied to clipboard). Also removed the full callstacks from the main tooltip of an allocation (where values of all columns are displayed).
- Fixed "Free Callstack" columns (some showing the wrong "alloc callstack" and other still using "alloc callstack" for sorting and grouping).
- Added "Alloc/Free Thread Id" columns (shows the trace assigned thread id for "alloc" and "free" events).
#rb Catalin.Dragoiu
[FYI] Anton.Dunchev
[CL 28875205 by ionut matasaru in ue5-main branch]
- Metadata / MemoryInsights: Fixed mem tags and metadata association with mem allocations for threads where SystemThreadId is not available (ex. missing $Trace.ThreadInfo event). Now, both taggging and metadata uses the "trace asigned" thread ids.
#rb Catalin.Dragoiu
[CL 28836716 by ionut matasaru in ue5-main branch]
Added a couple of .h files for compilation with the -NoPCH -DisableUnity flags
Wrapped OpenTraceFile in quotes in tests for custom paths with spaces
Changed type of Timeouts from float to double.
#rb Ionut.Matasaru Catalin.Dragoiu-Pruna Johan.Berg
#prefligh 65096a64cf5b71e8360cec09
[CL 28082139 by mikita hauruk in ue5-main branch]