MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / dumpStats

Method dumpStats

Engine/source/core/stringBuffer.cpp:451–458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451void StringBufferManager::dumpStats()
452{
453 updateStats();
454 Con::printf("===== String Manager Stats =====");
455 Con::printf(" strings: %i", strings.size());
456 Con::printf(" utf8 requests: %Lu", request8);
457 Con::printf(" utf16 requests: %Lu", request16);
458}
459
460void StringBufferManager::dumpAllStrings()
461{

Callers 1

DefineEngineFunctionFunction · 0.80

Calls 2

printfFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected