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

Method Trace

Engine/lib/tinyxml/tinyxml2.h:413–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411 _root = item;
412 }
413 void Trace( const char* name ) {
414 printf( "Mempool %s watermark=%d [%dk] current=%d size=%d nAlloc=%d blocks=%d\n",
415 name, _maxAllocs, _maxAllocs * ITEM_SIZE / 1024, _currentAllocs,
416 ITEM_SIZE, _nAllocs, _blockPtrs.Size() );
417 }
418
419 void SetTracked() {
420 --_nUntracked;

Callers 1

ClearMethod · 0.80

Calls 2

printfFunction · 0.85
SizeMethod · 0.45

Tested by

no test coverage detected