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

Function TimestampDeltaToSeconds

IntelPresentMon/CommonUtilities/Qpc.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40 }
41 double TimestampDeltaToSeconds(int64_t start, int64_t end, double period) noexcept
42 {
43 return double(end - start) * period;
44 }
45
46 double TimestampDeltaToMilliSeconds(uint64_t duration, uint64_t qpcFrequency) noexcept
47 {

Callers 6

EventRecordCallbackFunction · 0.85
MarkMethod · 0.85
PeekMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected