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

Method dumpToConsole

Engine/source/platform/profiler.cpp:424–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

422}
423
424void Profiler::dumpToConsole()
425{
426 mDumpToConsole = true;
427 mDumpToFile = false;
428 mDumpFileName[0] = '\0';
429}
430
431void Profiler::dumpToFile(const char* fileName)
432{

Callers 2

profiler.cppFile · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36