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

Method TimestampDeltaToMilliSeconds

PresentData/PresentMonTraceSession.cpp:639–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637}
638
639double PMTraceSession::TimestampDeltaToMilliSeconds(uint64_t timestampDelta) const
640{
641 return 1000.0 * timestampDelta / mTimestampFrequency.QuadPart;
642}
643
644double PMTraceSession::TimestampDeltaToUnsignedMilliSeconds(uint64_t timestampFrom, uint64_t timestampTo) const
645{

Callers 3

FrameMetrics>Method · 0.80

Calls 1

Tested by

no test coverage detected