Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: properly sort trace events #11

Merged
merged 1 commit into from
Jun 18, 2019
Merged

fix: properly sort trace events #11

merged 1 commit into from
Jun 18, 2019

Conversation

aslushnikov
Copy link
Owner

Trace events are not sorted by default. Proper sorting not only uses
timestamps, but also accounts for trace event duration.

Reference #8

Trace events are not sorted by default. Proper sorting not only uses
timestamps, but also accounts for trace event duration.

Reference #8
@aslushnikov aslushnikov requested a review from patrickhulce June 18, 2019 16:42
Copy link
Collaborator

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😮 but...but...but...the devtools files we took our sort from never looked at dur

how come no one has said this before!? 😆 no wonder there are problems we just thought it needed stableSort!

@aslushnikov
Copy link
Owner Author

how come no one has said this before!?

I wonder!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants