MCPcopy 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
61void InitializeTimestampInfo(LARGE_INTEGER* firstTimestamp, LARGE_INTEGER const& timestampFrequency)
62{
63 gFirstTimestamp = firstTimestamp;
64 gTimestampFrequency = timestampFrequency;
65}
66
67int PrintTime(uint64_t value)
68{

Callers 1

StartMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected