Skip to content

Commit

Permalink
Update how-to-debug-poor-performance.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouh authored Jul 18, 2024
1 parent 7720a5e commit f011002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gdevelop5/tutorials/how-to-debug-poor-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If your game is running slowly, it's a good idea to look at these common consume

## FPS counter

Try adding an FPS (frames per second) counter to your game. This will allow you to measure if your optimizations are increasing the performance of your game. You can do this by modifying a text object, and setting it to **FPS: " + ToString(ceil(1/TimeDelta()))** or:
Try adding an FPS (frames per second) counter to your game. This will allow you to measure if your optimizations are increasing the performance of your game. You can do this by modifying a text object, and setting it to **"FPS: " + ToString(ceil(1/TimeDelta()))** or:

![](/gdevelop5/tutorials/fps-counter.jpg)

Expand Down

0 comments on commit f011002

Please # to comment.