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

Method StopPlayback

IntelPresentMon/PresentMonService/PresentMon.cpp:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void PresentMon::StopPlayback()
58{
59 if (auto pPlaybackSession = dynamic_cast<MockPresentMonSession*>(pSession_.get())) {
60 pPlaybackSession->StopPlayback();
61 }
62 else {
63 pmlog_error("Bad call to stop playback on a non-playback session");
64 }
65}
66
67void PresentMon::CheckTraceSessions()
68{

Callers 2

pmStopPlayback_Function · 0.45
Execute_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected