forked from VoxeLibre/VoxeLibre
where the real troublespots are -> places to investigate optimization issues
This commit is contained in:
parent
24ca8252a9
commit
a77e79d985
|
@ -171,8 +171,8 @@ credited in the Contributors section.
|
||||||
### Profiling
|
### Profiling
|
||||||
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 places to
|
||||||
troublespots are. This way we can make the game faster.
|
investigate optimization issues. This way we can make the game faster.
|
||||||
|
|
||||||
#### Using Minetest's profiler
|
#### Using Minetest's profiler
|
||||||
Minetest has a built in profiler. Simply set `profiler.load = true` in
|
Minetest has a built in profiler. Simply set `profiler.load = true` in
|
||||||
|
|
Loading…
Reference in New Issue