Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ PrintTimeDelta
Function
PrintTimeDelta
PresentData/Debug.cpp:76–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
int PrintTimeDelta(uint64_t value)
77
{
78
return wprintf(L
"%hs"
, value == 0 ?
"0"
: AddCommas(ConvertTimestampDeltaToNs(value)));
79
}
80
81
82
#if PRESENTMON_ENABLE_DEBUG_TRACE
Callers
1
DebugPrintAccumulatedGpuTime
Function · 0.85
Calls
2
AddCommas
Function · 0.85
ConvertTimestampDeltaToNs
Function · 0.85
Tested by
no test coverage detected