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

Errors in recorded traces #2333

Closed
wwwillchen opened this issue May 22, 2017 · 3 comments · Fixed by #2415
Closed

Errors in recorded traces #2333

wwwillchen opened this issue May 22, 2017 · 3 comments · Fixed by #2415

Comments

@wwwillchen
Copy link
Contributor

I've been running some benchmarking analysis for CPU throttling and came across some unusual trace from using Lighthouse to collect traces on an Android Nexus 4 device.

The aggregated statistics (e.g. scripting) shows a negative value. I noticed there were numerous console errors from DevTools when loading these traces.

From caseq:

It looks like it's due to a somewhat malformed trace we get from lighthouse, which is in turn likely due to poor timer resolution on Android combined with LH messing with traces by sorting the events using a non-stable sort.

@wardpeet
Copy link
Collaborator

Can this be related to #2336 ?

@wwwillchen
Copy link
Contributor Author

@wardpeet - I don't think so because I saw it on pretty much every site with Nexus 4 and not all of them had redirects.

@brendankenny
Copy link
Member

brendankenny commented Jun 1, 2017

turns out this isn't Lighthouse messing with the trace, it's speedline messing with the trace :)

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 a pull request may close this issue.

3 participants