-
Notifications
You must be signed in to change notification settings - Fork 421
support array format of chrome event trace #5429
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
Comments
My understanding is that we should support this too, see profiler/src/profile-logic/import/chrome.js Line 216 in 4765ae2
Do you have a profile example that we could take a peek at ? :-) |
@julienw trace.json this will throw following error but works fine in perfetto |
@julienw sorry to ping you again, do you need more extra info? |
Thanks for reminding me. |
thanks feel free to use it |
It seems profiler already support the following format of chrome event trace
but doesn't support array format(which is supported in other tools like perfetto)
so I wonder whether profiler could support array format since it's more friendly when you combine multi trace file
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: