Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ ConsolePrintLn
Function
ConsolePrintLn
PresentMon/Console.cpp:172–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
170
}
171
172
void ConsolePrintLn(wchar_t const* format, ...)
173
{
174
va_list val;
175
va_start(val, format);
176
VConsolePrint(format, val, true);
177
}
178
179
bool BeginConsoleUpdate()
180
{
Callers
2
Output
Function · 0.70
UpdateConsole
Function · 0.70
Calls
1
VConsolePrint
Function · 0.85
Tested by
no test coverage detected