MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / DumpMMStats

Method DumpMMStats

CrySystem/ScriptObjectSystem.cpp:2211–2218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2209
2210
2211int CScriptObjectSystem::DumpMMStats(IFunctionHandler *pH)
2212{
2213 CHECK_PARAMETERS(0);
2214 m_pSystem->DumpMMStats(true);
2215 //m_pScriptSystem->GetMemoryStatistics(NULL);
2216 m_pLog->Log("***SCRIPT GC COUNT [%d kb]",m_pScriptSystem->GetCGCount());
2217 return pH->EndFunction();
2218}
2219
2220
2221

Callers

nothing calls this directly

Calls 3

GetCGCountMethod · 0.80
EndFunctionMethod · 0.80
LogMethod · 0.45

Tested by

no test coverage detected