Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2039 trace trim, part 5: Drop early data
Part 4 added a minimum timestamp, but it only works for data that is not actually emitted until we are fully attached. For data emitted before that point, we'll use a too-early timestamp. We solve that here by dropping such data. Tested on a large app where these changes solve gaps at the start of the trace due to an early timestamp in one thread. Issue: #2039
- Loading branch information