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

Method dumpStats

Engine/source/core/stringBuffer.cpp:449–456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

DefineConsoleFunctionFunction · 0.80

Calls 2

printfFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected