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

Method TimeToTimestamp

IntelPresentMon/CommonUtilities/Qpc.cpp:107–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 return t - seconds;
106 }
107 int64_t QpcTimer::TimeToTimestamp(double seconds) const noexcept
108 {
109 return startTimestamp_ + int64_t(seconds / performanceCounterPeriod_);
110 }
111
112
113

Callers 1

TargetTimeToTimestampMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected