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

Method dumpStats

engine/source/string/stringBuffer.cc:474–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474void StringBufferManager::dumpStats()
475{
476 updateStats();
477 Con::printf("===== String Manager Stats =====");
478 Con::printf(" strings: %i", strings.size());
479 Con::printf(" utf8 requests: %Lu", request8);
480 Con::printf(" utf16 requests: %Lu", request16);
481}
482
483void StringBufferManager::dumpAllStrings()
484{

Callers 1

Calls 2

printfFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected