Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ BuildIdTimestamp
Function
BuildIdTimestamp
IntelPresentMon/Versioning/BuildId.cpp:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
return PM_BID_GIT_HASH;
21
}
22
const char* BuildIdTimestamp() noexcept
23
{
24
return PM_BID_TIME;
25
}
26
const char* BuildIdUid() noexcept
27
{
28
return PM_BID_UID;
Callers
1
CommonEntry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected