-
Notifications
You must be signed in to change notification settings - Fork 410
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 simpleperf trace files from Android Studio #5203
Comments
Sure, why not! |
I thought we had support for the simpleperf already. I found a documentation here: https://profiler.firefox.com/docs/#/./guide-android-profiling?id=perf-profiling-on-android Have you tried these steps here? |
I believe it's not the same type of simpleperf output here. The trace format seems to be binary. I don't know how easy it will be to import it! but it's worth trying if you want :-) |
I've made an attempt in #5212. Feel free to suggest any changes as required. :) @canova, yes those steps works when using simpleperf directly to record profiles and we have the raw perf.data file to work with. But simpleperf also provides another utility to convert perf.data to this particular format via Also, when generating profiles from Android Studio, it directly exports profiles into this format and |
Is it possible to add support for simpleperf trace files generated using Android Studio or
simpleperf report-sample
commands.Here is the file format details: https://cs.android.com/android/platform/superproject/main/+/main:system/extras/simpleperf/cmd_report_sample.proto
I can help create a PR if it makes sense to add this support here.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: