MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / Run

Method Run

IntelPresentMon/PresentMonService/Service.cpp:253–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void ConsoleDebugMockService::Run()
254{
255 std::cout << "Running service as a console app..." << std::endl;
256
257 // Start the main PresentMon thread, wait for it to exit
258 std::jthread pmMainThread(PresentMonMainThread, this);
259}
260
261HANDLE ConsoleDebugMockService::GetServiceStopHandle()
262{

Callers 1

CommonEntryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected