Split profiling section

This commit is contained in:
Lizzy Fleckenstein 2021-10-26 11:59:32 +02:00
parent a0789e72f0
commit 70425e9f30
Signed by untrusted user: LizzyFleckenstein03
GPG Key ID: 06927A5199D6C9B2
1 changed files with 7 additions and 5 deletions

View File

@ -117,11 +117,13 @@ not work, so it's not very useful to try them out yet.
If you own a server, a great way to help us improve MineClone2's code If you own a server, a great way to help us improve MineClone2's code
is by giving us profiler results. Profiler results give us detailed is by giving us profiler results. Profiler results give us detailed
information about the game's performance and let us know where the real information about the game's performance and let us know where the real
troublespots are. This way we can make the game faster. Minetest has a troublespots are. This way we can make the game faster.
built in profiler. Simply set `profiler.load = true` in your
configuration file and restart the server. After running the server for #### Using Minetest's profiler
some time, just run `/profiler save` in chat - then you will find a file Minetest has a built in profiler. Simply set `profiler.load = true` in
in the world directory containing the results. Open a new issue and your configuration file and restart the server. After running the server
for some time, just run `/profiler save` in chat - then you will find a
file in the world directory containing the results. Open a new issue and
upload the file. You can name the issue "<Server name> profiler upload the file. You can name the issue "<Server name> profiler
results". results".