1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Updates some Minetest references to Luanti (#15712)

This commit is contained in:
cathanof 2025-02-01 12:40:45 +00:00 committed by GitHub
parent c0422b18e7
commit db97b2bd93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 12 deletions

View file

@ -9,7 +9,7 @@ To get usable results you need to build Luanti with debug symbols
Run the client (or server) like this and do whatever you wanted to test:
```bash
perf record -z --call-graph dwarf -- ./bin/minetest
perf record -z --call-graph dwarf -- ./bin/luanti
```
This will leave a file called "perf.data".