Android Studio Version: 4.2.2 Describe:
- Android Studio, open Project with Native code
- Start up application on Mobile, and then Use profile
- Select CPU profiling mode : Sample C/C++ Functions
- after a moment, I can see each thread's 'Top Down' tab
but it is wall clock time and it can not change to cpu time or 'thread time' as following picture:
How can I change it to 'Thread time' or how can I profile the hot function that consume cpu
