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

Support importing multithreaded profiles from Chrome 66 #206

Merged
merged 3 commits into from
Feb 18, 2019

Conversation

jlfwong
Copy link
Owner

@jlfwong jlfwong commented Feb 11, 2019

In #194, I added code to support import of multithreaded profiles from Chrome 70. I'm now doing some profiling work on an older version of Android chrome, and it seems like the profile objects don't yet have id properties. Instead, we should try using the pid/tid pair to identify profiles when the id field is absent.

This was tested against a profile import from Android Chrome 66.

@coveralls
Copy link

coveralls commented Feb 11, 2019

Coverage Status

Coverage increased (+0.02%) to 46.646% when pulling 46265e4 on jlfwong/chrome-66-multiple-profiles into c706bdf on master.

@jlfwong jlfwong merged commit 7f19a13 into master Feb 18, 2019
@jlfwong jlfwong deleted the jlfwong/chrome-66-multiple-profiles branch February 18, 2019 01:46
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