- Unity 2017 Game Optimization(Second Edition)
- Chris Dickinson
- 90字
- 2021-07-02 23:21:05
Minimizing external distractions
This one is simple but absolutely necessary. We should double-check that there are no background processes eating away CPU cycles or consuming vast swathes of memory. Being low on available memory will generally interfere with our testing, as it can cause more cache misses, hard-drive access for virtual memory page-file swapping, and generally slow responsiveness of the application. If our application is suddenly behaving significantly worse than what we expected, double-check the system's task manager (or equivalent) for any CPU/memory/hard disk activity, which might be causing problems.
推薦閱讀
- Learning C# by Developing Games with Unity 2020
- Learning Docker
- PostgreSQL Cookbook
- PowerCLI Cookbook
- C#程序設計教程
- Full-Stack Vue.js 2 and Laravel 5
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Jupyter數據科學實戰
- Highcharts Cookbook
- 用戶體驗增長:數字化·智能化·綠色化
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- Red Hat Enterprise Linux Troubleshooting Guide
- OpenMP核心技術指南
- Qt 4開發實踐
- R語言數據挖掘:實用項目解析