Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
uint64_t ConvertTimestampToNs(uint64_t timestamp)
35
{
36
return ConvertTimestampDeltaToNs(timestamp - gFirstTimestamp->QuadPart);
37
}
38
39
char* AddCommas(uint64_t t)
40
{
Callers
2
PrintTime
Function · 0.85
PrintEventHeader
Function · 0.85
Calls
1
ConvertTimestampDeltaToNs
Function · 0.85
Tested by
no test coverage detected