mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-04 08:25:34 +00:00
[nq] Add some zones for client and server
Just more profiling info.
This commit is contained in:
parent
443f825d19
commit
75f00a2888
2 changed files with 3 additions and 0 deletions
|
@ -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 ();
|
||||
}
|
||||
|
||||
|
|
|
@ -1238,6 +1238,7 @@ SV_SpawnServer (const char *server)
|
|||
void
|
||||
SV_Frame (void)
|
||||
{
|
||||
qfZoneScoped (true);
|
||||
if (net_is_dedicated) {
|
||||
Con_ProcessInput ();
|
||||
|
||||
|
|
Loading…
Reference in a new issue