- 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.
- Arduino by Example
- Network Automation Cookbook
- Visual Basic程序設計習題解答與上機指導
- 軟件測試技術指南
- Scala編程實戰(原書第2版)
- Python忍者秘籍
- 計算機應用基礎案例教程
- 從零開始學Python網絡爬蟲
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計
- TypeScript 2.x By Example
- Appcelerator Titanium:Patterns and Best Practices
- Mastering Object:Oriented Python(Second Edition)
- Pandas入門與實戰應用:基于Python的數據分析與處理
- Swift iOS Programming for Kids
- 中小企業網站建設與管理(靜態篇)