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

Method SetEtwFlushPeriod

IntelPresentMon/PresentMonAPIWrapper/Session.cpp:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 void Session::SetEtwFlushPeriod(uint32_t milliseconds)
115 {
116 assert(handle_);
117 if (auto sta = pmSetEtwFlushPeriod(handle_, milliseconds); sta != PM_STATUS_SUCCESS) {
118 throw ApiErrorException{ sta, "set ETW flush period call failed" };
119 }
120 }
121
122 PM_SESSION_HANDLE Session::GetHandle() const
123 {

Callers 3

pmSetEtwFlushPeriodFunction · 0.45
TEST_METHODFunction · 0.45
TEST_METHODFunction · 0.45

Calls 1

pmSetEtwFlushPeriodFunction · 0.50

Tested by 2

TEST_METHODFunction · 0.36
TEST_METHODFunction · 0.36