Tools for determining performance
When determining your game’s performance, you may use what is called benchmarking. Benchmarking allows you to see how well your app is running at various times under given conditions. When benchmarking, you collect performance metrics and establish a baseline, or benchmark metric. You then compare subsequent results to that benchmark to see if the metric has improved or worsened. This lets you know if changes you have made have affected your game’s performance.
There are a few tools provided by Unity that can help you assess the performance of your game by providing you performance metrics. Let’s look at those tools now.
Note
Be aware of the environment and what you are benchmarking. It’s recommended that you benchmark on your target platform. That way you can determine the minimum standard device you plan to run your game on. The performance of your game will only get better with a better device.