Just gave this tool a try on our large project and loading the trace in Chrome throws:
Error: Slice Project "foo.csproj" (400) end time is before its start.
at SliceGroup.endSlice (chrome://tracing/tracing.js:2665:141)
at TraceEventImporter.processDurationEvent (chrome://tracing/tracing.js:5518:31)
at TraceEventImporter.processEvent_ (chrome://tracing/tracing.js:5569:151)
at TraceEventImporter.importEvents (chrome://tracing/tracing.js:5563:70)
at chrome://tracing/tracing.js:1329:232
at chrome://tracing/tracing.js:1325:268
at Task.run (chrome://tracing/tracing.js:2553:95)
at runAnother (chrome://tracing/tracing.js:2556:371)
at runTask (chrome://tracing/tracing.js:2321:57)
at processIdleWork (chrome://tracing/tracing.js:2326:116)
I'm not sure how to get more useful debug info to determine whether the error is in the source .binlog or in the traces from this tool (I'm assuming the latter). I tried doing a quick ctrl-f through the trace file for the affected project name to see if I could quickly spot the error but there's a million references to it since this is a somewhat large build (~140 projects).
I'm internal at MSFT so if you want to email me (same alias as here) I can share the source project or .binlog if that makes it easier to debug or I can try to capture some more info to post here if you let me know what would be useful.
Just gave this tool a try on our large project and loading the trace in Chrome throws:
Error: Slice Project "foo.csproj" (400) end time is before its start.
at SliceGroup.endSlice (chrome://tracing/tracing.js:2665:141)
at TraceEventImporter.processDurationEvent (chrome://tracing/tracing.js:5518:31)
at TraceEventImporter.processEvent_ (chrome://tracing/tracing.js:5569:151)
at TraceEventImporter.importEvents (chrome://tracing/tracing.js:5563:70)
at chrome://tracing/tracing.js:1329:232
at chrome://tracing/tracing.js:1325:268
at Task.run (chrome://tracing/tracing.js:2553:95)
at runAnother (chrome://tracing/tracing.js:2556:371)
at runTask (chrome://tracing/tracing.js:2321:57)
at processIdleWork (chrome://tracing/tracing.js:2326:116)
I'm not sure how to get more useful debug info to determine whether the error is in the source .binlog or in the traces from this tool (I'm assuming the latter). I tried doing a quick ctrl-f through the trace file for the affected project name to see if I could quickly spot the error but there's a million references to it since this is a somewhat large build (~140 projects).
I'm internal at MSFT so if you want to email me (same alias as here) I can share the source project or .binlog if that makes it easier to debug or I can try to capture some more info to post here if you let me know what would be useful.