From 1b523c77c3ce570750d1ac1ea226b85cdacbbab3 Mon Sep 17 00:00:00 2001 From: Clay John Date: Fri, 31 Jul 2020 00:57:25 -0700 Subject: [PATCH] Fix wrongly formated list in common optimizations (#3849) --- tutorials/optimization/general_optimization.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tutorials/optimization/general_optimization.rst b/tutorials/optimization/general_optimization.rst index e849451b3..f1315ba4c 100644 --- a/tutorials/optimization/general_optimization.rst +++ b/tutorials/optimization/general_optimization.rst @@ -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