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

Method TimestampToMilliSeconds

PresentData/PresentMonTraceSession.cpp:661–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659}
660
661double PMTraceSession::TimestampToMilliSeconds(uint64_t timestamp) const
662{
663 return TimestampDeltaToMilliSeconds(timestamp - mStartTimestamp.QuadPart);
664}
665
666void PMTraceSession::TimestampToLocalSystemTime(uint64_t timestamp, SYSTEMTIME* st, uint64_t* ns) const
667{

Callers 3

FrameMetrics>Method · 0.80

Calls 1

Tested by

no test coverage detected