Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ Timekeeper
Method
Timekeeper
IntelPresentMon/Core/source/pmon/Timekeeper.cpp:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
Timekeeper::Timekeeper()
31
:
32
epoch{ GetCurrentTimestamp() },
33
period{ GetTimestampPeriodSeconds() }
34
{}
35
36
Timekeeper Timekeeper::singleton{};
37
}
Callers
nothing calls this directly
Calls
2
GetCurrentTimestamp
Function · 0.85
GetTimestampPeriodSeconds
Function · 0.85
Tested by
no test coverage detected