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

Method dumpToConsole

Engine/source/platform/profiler.cpp:372–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372void Profiler::dumpToConsole()
373{
374 mDumpToConsole = true;
375 mDumpToFile = false;
376 mDumpFileName[0] = '\0';
377}
378
379void Profiler::dumpToFile(const char* fileName)
380{

Callers 2

profiler.cppFile · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36