본문 바로가기
User Guide

Perfect GPU Use (50)

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

Perfect GPU Use

You 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 mobile device by color-coding interface elements based on how often they are drawn underneath.
  • The Profile GPU Rendering tool gives you a quick visual representation of how much time it takes to render the frames of a UI window relative to the 16-ms-per-frame benchmark..
반응형

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

Debug GPU Overdraw Walkthrough (52)  (0) 2016.06.10
GPU Monitor (51)  (0) 2016.06.10
CPU Monitor (49)  (0) 2016.06.10
Investigating Your RAM Usage (48)  (0) 2016.06.10
Memory Monitor (47)  (0) 2016.06.10

댓글