Track server's max AsyncRunStep

This commit is contained in:
Lars 2023-04-09 07:48:00 -10:00 committed by rubenwardy
parent 3d232e2345
commit f9b1176fa9
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ void *ServerThread::run()
}
while (!stopRequested()) {
ScopeProfiler spm(g_profiler, "Server::RunStep() (max)", SPT_MAX);
try {
m_server->AsyncRunStep();