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

Method HandleWin7DxgkBlt

PresentData/PresentMonTraceConsumer.cpp:1425–1434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1423}
1424
1425void PMTraceConsumer::HandleWin7DxgkBlt(EVENT_RECORD* pEventRecord)
1426{
1427 using namespace Microsoft_Windows_DxgKrnl::Win7;
1428
1429 auto pBltEvent = reinterpret_cast<DXGKETW_BLTEVENT*>(pEventRecord->UserData);
1430 HandleDxgkBlt(
1431 pEventRecord->EventHeader,
1432 pBltEvent->hwnd,
1433 pBltEvent->bRedirectedPresent != 0);
1434}
1435
1436void PMTraceConsumer::HandleWin7DxgkFlip(EVENT_RECORD* pEventRecord)
1437{

Callers 1

EventRecordCallbackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected