I want to profile my app, export the measurements and create some figures from the data. Android Studio Profiler looks perfect in this regard, but I do not see a way to export the raw data presented on the screen (see image).
I've tried using Perfetto, but my CPU usage measurement comes out at like 90%... while the profiler here shows just 37%. RAM usage in Perfetto is also way off in comparison with Android Studio Profiler.
Any ideas?