Home
last modified time | relevance | path

Searched refs:com_showAsyncStats (Results 1 – 4 of 4) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DCommon.h72 extern idCVar com_showAsyncStats;
H A DConsole.cpp1242 if ( com_showAsyncStats.GetBool() ) { in Draw()
H A DCommon.cpp94 idCVar com_showAsyncStats( "com_showAsyncStats", "0", CVAR_BOOL|CVAR_SYSTEM|CVAR_NOCHEAT, "show asy… variable
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/async/
H A DAsyncServer.cpp2491 if ( com_showAsyncStats.GetBool() ) { in RunFrame()