본문 바로가기
User Guide

CPU Monitor (49)

by 각종 잡상식 지식 모음 2016. 6. 10.
반응형

CPU Monitor

Android Monitor includes a CPU Monitor lets you easily monitor the central processing unit (CPU) usage of your app. It displays CPU usage in real time and displays the percentage of total CPU time (including all cores) used in user and kernel mode. In user mode, the code must use system APIs to access hardware or memory, has access to virtual memory addresses only, and crashes are usually recoverable. In kernel mode, the code can directly access hardware, including physical memory addresses; crashes halt the device.

Displaying a Running App in the CPU Monitor


To display an app running on a particular device or emulator in the CPU Monitor:

  1. Meet the prerequisites and dependencies.
  2. Open an app project.
  3. Run the app on a hardware device or emulator.
  4. Display Android Monitor.
  5. Click the Monitors tab and display the CPU Monitor.
  6. Enable the CPU Monitor by clicking Pause Pause icon to deselect it.
  7. The CPU Monitor starts to display any CPU usage. In the graph, the y-axis displays the percentage of CPU used. The x-axis records the time elapsed and starts with seconds, and then minutes and seconds, and so on.

  8. To stop the CPU Monitor, click Pause Pause icon again to select it.

Recording Call Stack Changes


You can capture a record of the changes on the call stack during a particular time period while the CPU Monitor is running. For more information, seeMethod Trace.

반응형

'User Guide' 카테고리의 다른 글

GPU Monitor (51)  (0) 2016.06.10
Perfect GPU Use (50)  (0) 2016.06.10
Investigating Your RAM Usage (48)  (0) 2016.06.10
Memory Monitor (47)  (0) 2016.06.10
Android Monitor Basics (46)  (0) 2016.06.10

댓글