- Unity Game Optimization
- Dr. Davide Aversa Chris Dickinson
- 102字
- 2021-06-24 12:13:01
Final thoughts on profiling and analysis
One way of thinking about performance optimization is the act of stripping away unnecessary tasks that waste valuable resources. We can do the same and maximize our own productivity by minimizing any wasted effort. Effective use of the tools we have at our disposal is of paramount importance. It would serve us well to optimize our own workflow by remaining aware of some best practices and techniques.
Most, if not all, advice for using any kind of data-gathering tool properly can be summarized into three different strategies:
- Understanding the tool
- Reducing noise
- Focusing on the issue
推薦閱讀
- 微信公眾平臺(tái)與小程序開(kāi)發(fā):從零搭建整套系統(tǒng)
- SQL學(xué)習(xí)指南(第3版)
- Learning Elixir
- RTC程序設(shè)計(jì):實(shí)時(shí)音視頻權(quán)威指南
- iOS自動(dòng)化測(cè)試實(shí)戰(zhàn):基于Appium、Python與Pytest
- UI設(shè)計(jì)全書(shū)(全彩)
- 大學(xué)計(jì)算機(jī)基礎(chǔ)
- Drupal 8 Development Cookbook(Second Edition)
- Python趣味創(chuàng)意編程
- 透視C#核心技術(shù):系統(tǒng)架構(gòu)及移動(dòng)端開(kāi)發(fā)
- Python機(jī)器學(xué)習(xí)
- Learning PowerShell DSC(Second Edition)
- Mastering Assembly Programming
- 面向WebAssembly編程:應(yīng)用開(kāi)發(fā)方法與實(shí)踐
- Android性能優(yōu)化之道:從底層原理到一線(xiàn)實(shí)踐