분류 전체보기109 Downloads & Preview Channels (1) Download > Downloads & Preview Channels Android Developer SDK site에서 공식적이고 안정적인 배포판을 다운로드하세요. Download the official stable release from the Android Developer SDK site.Contents업데이트 채널을 선택 Selecting an Update Channel 복수의 안드로이드 스튜디오 버전을 사용 Using Multiple Android Studio Versions보다 오래된 셋팅 폴더를 삭제 Deleting Older Settings Folders Android Studio의 built-in update mechanism은 이들 4개 채널을 통하여 업데이트를 받도록 설정될 .. 2016. 6. 10. 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. 이전 1 ··· 7 8 9 10 11 12 13 ··· 19 다음