HomeSort by relevance Sort by last modified time
    Searched full:serverprofile (Results 1 - 2 of 2) sorted by null

  /gdk/samples/quake/jni/
host.cpp 67 cvar_t serverprofile = CVAR2("serverprofile","1"); variable
223 Cvar_RegisterVariable (&serverprofile);
743 if (!serverprofile.value)
772 Con_Printf ("serverprofile: %2i clients %2i msec\n", c, m/10);
773 LOGI("serverprofile: %2i clients %2i.%1i msec, acc = %2i.%1i msec\n", c, m/10, m%10, m_acc/10, m_acc%10);
  /external/quake/quake/src/WinQuake/
host.cpp 62 cvar_t serverprofile = CVAR2("serverprofile","0"); variable
218 Cvar_RegisterVariable (&serverprofile);
738 if (!serverprofile.value)
764 Con_Printf ("serverprofile: %2i clients %2i msec\n", c, m);

Completed in 560 milliseconds