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

Function ConvertTimestampToNs

PresentData/Debug.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34uint64_t ConvertTimestampToNs(uint64_t timestamp)
35{
36 return ConvertTimestampDeltaToNs(timestamp - gFirstTimestamp->QuadPart);
37}
38
39char* AddCommas(uint64_t t)
40{

Callers 2

PrintTimeFunction · 0.85
PrintEventHeaderFunction · 0.85

Calls 1

Tested by

no test coverage detected