Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
424
void Profiler::dumpToConsole()
425
{
426
mDumpToConsole = true;
427
mDumpToFile = false;
428
mDumpFileName[0] =
'\0'
;
429
}
430
431
void Profiler::dumpToFile(const char* fileName)
432
{
Callers
2
profiler.cpp
File · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36