I have multiple Android application that require retrieving the CPU and memory average when running on a physical device. All applications can be open within Android Studio but not all are native, there are Flutter and React Native projects as well. Android Studio has a profiler but doesn't allow any export of usage metrics.
I have experience with the Xcode Instruments which allows to gather any metrics like CPU, RAM, network within a table view that you can copy and paste into Excel. After that, any graphs can be made, alongside calculations for averages, minimums, maximums, etc. This is the idea.
If there isn't functionality within Android Studio, is there with another program which can hook into the device metrics?