- The Android Game Developer's Handbook
- Avisekhar Roy
- 131字
- 2021-07-14 10:29:00
Performance profiling tools
Putting pixels on the screen involves four primary pieces of hardware: the CPU computes display lists, the GPU renders images to the display, the memory stores images and data, and the battery provides electrical power. Each of these pieces of hardware has constraints; pushing or exceeding those constraints causes your app to be slow, worsens the display performance, or exhausts the battery.
To discover what causes your specific performance problems, you need to take a look under the hood, use tools to collect data about your app's execution behavior, surface that data as lists and graphics, understand and analyze what you see, and improve your code.
Android Studio and your device provide profiling tools to record and visualize the rendering, computing, memory, and battery performance of your app.
- Spring 5.0 Microservices(Second Edition)
- Mastering Entity Framework Core 2.0
- ThinkPHP 5實戰(zhàn)
- Photoshop智能手機APP UI設(shè)計之道
- 程序員面試算法寶典
- JavaScript+jQuery開發(fā)實戰(zhàn)
- Python數(shù)據(jù)可視化之Matplotlib與Pyecharts實戰(zhàn)
- Linux操作系統(tǒng)基礎(chǔ)案例教程
- Linux C編程:一站式學(xué)習(xí)
- Regression Analysis with Python
- 零基礎(chǔ)學(xué)C語言程序設(shè)計
- Kotlin極簡教程
- jQuery Mobile Web Development Essentials(Second Edition)
- 精益軟件開發(fā)管理之道
- Mastering XenApp?