Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ GetEventCount
Method
GetEventCount
ETLTrimmer/main.cpp:269–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
return S_OK;
268
}
269
int GetEventCount() const
270
{
271
return eventCount_;
272
}
273
std::pair<uint64_t, uint64_t> GetTimestampRange() const
274
{
275
return { firstTimestamp_.value_or(0), lastTimestamp_};
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected