Commit Graph

11 Commits

Author SHA1 Message Date
Martin Ridgers
be972be826 Moved the Trace namespace into the UE namespace.
#rb jb
#rnx

[CL 14762673 by Martin Ridgers in ue5-main branch]
2020-11-17 06:54:28 -04:00
Marc Audy
11f5b21210 Merging //UE5/Release-Engine-Staging @ 13752110 to Main (//UE5/Main)
#rnx

[CL 13753156 by Marc Audy in ue5-main branch]
2020-06-23 18:40:00 -04:00
Martin Ridgers
bcda0febbe Cancel the timeout tick when accepting a connection to read trace data from a relay. Otherwise the timeout fires causing an extra read, the loss of a page of trace data, and eventually a segfault or assert.
#rb jb
#rnx
#jira ue-88376
#ushell-cherrypick of 11302806 by Martin.Ridgers

[CL 11303311 by Martin Ridgers in Main branch]
2020-02-10 08:55:35 -05:00
Stefan Boberg
55a8b15f1f Copying //UE4/Dev-Core to Main (//UE4/Main)
#rb none

[CL 11258477 by Stefan Boberg in Main branch]
2020-02-05 14:26:36 -05:00
Martin Ridgers
b14446faa3 Use ASIO to wait when relaying a trace rather than blocking a ASIO worker thread in a Sleep().
#rb none
#rnx

[CL 11091912 by Martin Ridgers in Dev-Core branch]
2020-01-23 08:24:53 -05:00
ionut matasaru
a6382278a3 [TraceAnalysis] Removed TRACE_WITH_ASIO toggle macro.
#rb Martin.Ridgers

[CL 11091671 by ionut matasaru in Dev-Core branch]
2020-01-23 06:31:29 -05:00
Martin Ridgers
578d1634ec Use the correct implementation for relaying traces where data's still being recorded.
#rb trivial
#rnx

[CL 11080256 by Martin Ridgers in Dev-Core branch]
2020-01-22 04:05:05 -05:00
Martin Ridgers
4ed054c74f Added method to check it a trace relay is open or not.
#rb none
#rnx

[CL 11080201 by Martin Ridgers in Dev-Core branch]
2020-01-22 03:06:22 -05:00
Martin Ridgers
0ba09babde Always consider a trace live for now while store services are self-hosted.
#rb none
#rnx
#ushell-unshelve of 11071762

[CL 11071846 by Martin Ridgers in Dev-Core branch]
2020-01-21 09:26:45 -05:00
Martin Ridgers
08ba3b931d Wait for more data if a trace being relayed still being written to by a recorder.
#rb none
#rnx
#ushell-unshelve of 11071762

[CL 11071819 by Martin Ridgers in Dev-Core branch]
2020-01-21 09:23:58 -05:00
Martin Ridgers
a74b12e037 First draft of a server/client architecture for the trace store. Currently disabled pending TPS review of dependencies.
#rb none
#rnx

[CL 10991636 by Martin Ridgers in Dev-Core branch]
2020-01-15 04:36:44 -05:00