You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not very familiar with the perf.data format either. But you can simply get a perf.data file by running #perf record -g -a ./mainbinary under linux to get a perf.data file.
If we can convert the android.trace file to perf-data format(or other format). we can do analysis using many existing visualization tools.
like https://github.com/jlfwong/speedscope (which support js/ruby/go/python/rust trace file) https://github.com/KDAB/hotspot https://github.com/brendangregg/FlameGraph
If possible, there will be more visualization tools to analyze .trace file
The text was updated successfully, but these errors were encountered: