Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about Collectives
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
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
Thanks for contributing an answer to Stack Overflow!
-
Please be sure to
answer the question
. Provide details and share your research!
But
avoid
…
-
Asking for help, clarification, or responding to other answers.
-
Making statements based on opinion; back them up with references or personal experience.
To learn more, see our
tips on writing great answers
.