Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ InitializeTimestampInfo
Function
InitializeTimestampInfo
PresentData/Debug.cpp:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void InitializeTimestampInfo(LARGE_INTEGER* firstTimestamp, LARGE_INTEGER const& timestampFrequency)
62
{
63
gFirstTimestamp = firstTimestamp;
64
gTimestampFrequency = timestampFrequency;
65
}
66
67
int PrintTime(uint64_t value)
68
{
Callers
1
Start
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected