1
0
mirror of https://github.com/luanti-org/luanti.git synced 2026-01-13 04:35:28 +01:00

Profiler and profiler graph improvements

This commit is contained in:
sfan5
2025-12-03 19:32:23 +01:00
parent 607531ea6b
commit cf696239e4
13 changed files with 130 additions and 118 deletions

View File

@@ -136,7 +136,6 @@ void *ServerThread::run()
while (!stopRequested()) {
framemarker.start();
ScopeProfiler spm(g_profiler, "Server::RunStep() (max)", SPT_MAX);
u64 t0 = porting::getTimeUs();