You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trace, or rather a metadata structure/file about the entire test case, should hold a start timestamp. Other than that reference, everything in the trace should be encoded as offsets from the start using Duration, not with full SystemTimes.
The trace, or rather a metadata structure/file about the entire test case, should hold a start timestamp. Other than that reference, everything in the trace should be encoded as offsets from the start using
Duration, not with fullSystemTimes.