[nq] Add some zones for client and server

Just more profiling info.
This commit is contained in:
Bill Currie 2023-12-18 13:19:08 +09:00
parent 443f825d19
commit 75f00a2888
2 changed files with 3 additions and 0 deletions

View file

@ -641,10 +641,12 @@ CL_PreFrame (void)
qfZoneNamedN (pfzone, "CL_PreFrame", true);
IN_ProcessEvents ();
qfMessageL ("scripts");
GIB_Thread_Execute ();
cmd_source = src_command;
Cbuf_Execute_Stack (host_cbuf);
qfMessageL ("send");
CL_SendCmd ();
}

View file

@ -1238,6 +1238,7 @@ SV_SpawnServer (const char *server)
void
SV_Frame (void)
{
qfZoneScoped (true);
if (net_is_dedicated) {
Con_ProcessInput ();