Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ FinalizeConsole
Function
FinalizeConsole
PresentMon/Console.cpp:57–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
void FinalizeConsole()
58
{
59
if (BeginConsoleUpdate()) {
60
EndConsoleUpdate();
61
}
62
}
63
64
static uint32_t VPrint(wchar_t* buffer, uint32_t bufferCount, wchar_t const* format, va_list val)
65
{
Callers
1
wmain
Function · 0.85
Calls
2
BeginConsoleUpdate
Function · 0.85
EndConsoleUpdate
Function · 0.85
Tested by
no test coverage detected