Fix wrongly formated list in common optimizations (#3849)

This commit is contained in:
Clay John
2020-07-31 00:57:25 -07:00
committed by GitHub
parent e74e37d65f
commit 1b523c77c3

View File

@@ -52,7 +52,8 @@ Probably the most important tool for optimization is the ability to measure
performance - to identify where bottlenecks are, and to measure the success of
our attempts to speed them up.
There are several methods of measuring performance, including :
There are several methods of measuring performance, including:
* Putting a start / stop timer around code of interest
* Using the Godot profiler
* Using external third party profilers