본문 바로가기

User Guide52

Debug GPU Overdraw Walkthrough (52) Debug GPU Overdraw WalkthroughIn this documentPrerequisitesVisualizing OverdrawYou should also readProfile GPU Rendering WalkthroughHierarchy Viewer WalkthroughThis walkthrough shows how to visualize overdraw on your mobile device by color-coding interface elements based on how often they are drawn underneath.What it's good for:Showing where an app might be doing more rendering work than necessa.. 2016. 6. 10.
GPU Monitor (51) GPU MonitorIn this documentDisplaying a Running App in the GPU MonitorAndroid Monitor includes a GPU Monitor that gives you a quick visual representation of how much time it takes to render the frames of a UI window. It profiles the amount of time it takes for the render thread to prepare, process, and execute the draw commands. The GPU Monitor can help you to:Quickly see how a UI window perform.. 2016. 6. 10.
Perfect GPU Use (50) Perfect GPU UseYou can use the following tools to help optimize the GPU performance of your app:The GPU Monitor gives you a quick visual representation of how much time it takes to render the frames of a UI window. It profiles the amount of time it takes for the render thread to prepare, process, and execute the draw commands.The Debug GPU Overdraw tool helps you visualize overdraw on your mobil.. 2016. 6. 10.
CPU Monitor (49) CPU MonitorIn this documentDisplaying a Running App in the CPU MonitorRecording Call Stack ChangesAndroid 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 acce.. 2016. 6. 10.
Investigating Your RAM Usage (48) Investigating Your RAM UsageIn this documentInterpreting Log MessagesViewing Heap UpdatesTracking AllocationsViewing Overall Memory AllocationsCapturing a Heap DumpTriggering Memory LeaksSee AlsoManaging Your App's MemoryAndroid는 모바일 기기용으로 설계되었으므로 앱에서 사용하는 랜덤 액세스 메모리(RAM)의 양에 항상 주의해야 합니다. Dalvik과 ART가 일상적인 가비지 수집(GC)을 수행하더라도 앱에서 메모리를 할당하고 해제하는 시기와 장소를 무시할 수 있다는 의미는 아닙니다. 시스템이 앱 간에 빠르게 전환할 수 있는 안.. 2016. 6. 10.
Memory Monitor (47) Memory MonitorIn this documentMemory Monitor WorkflowGarbage collection roots and dominator treesMemory leak and use analysisMemory management for different virtual machinesDisplaying a Running App in the Memory MonitorForcing a Garbage Collection EventTaking a Snapshot of the Java Heap and Memory AllocationSee alsoManaging Your App's MemoryAddressing Garbage Collection IssuesInvestigating Your .. 2016. 6. 10.