mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix wrongly formated list in common optimizations (#3849)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user