MCPcopy 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
57void FinalizeConsole()
58{
59 if (BeginConsoleUpdate()) {
60 EndConsoleUpdate();
61 }
62}
63
64static uint32_t VPrint(wchar_t* buffer, uint32_t bufferCount, wchar_t const* format, va_list val)
65{

Callers 1

wmainFunction · 0.85

Calls 2

BeginConsoleUpdateFunction · 0.85
EndConsoleUpdateFunction · 0.85

Tested by

no test coverage detected