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

Method GetPid

IntelPresentMon/PresentMonAPIWrapper/ProcessTracker.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 uint32_t ProcessTracker::GetPid() const
32 {
33 assert(!Empty());
34 return pid_;
35 }
36
37 void ProcessTracker::FlushFrames()
38 {

Callers 4

PollMethod · 0.45
PollWithTimestampMethod · 0.45
PollStaticFunction · 0.45
ConsumeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected