| 2209 | |
| 2210 | |
| 2211 | int 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 |
nothing calls this directly
no test coverage detected