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:
- Meet the prerequisites and dependencies.
- Open an app project.
- Run the app on a hardware device or emulator.
- Display Android Monitor.
- Click the Monitors tab and display the CPU Monitor.
- Enable the CPU Monitor by clicking Pause
to deselect it.
- To stop the CPU Monitor, click Pause
again to select it.
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.

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 |
댓글