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

Method QpcTimer

IntelPresentMon/CommonUtilities/Qpc.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 QpcTimer::QpcTimer(int64_t seededStartTimestamp)
67 :
68 performanceCounterPeriod_{ GetTimestampPeriodSeconds() },
69 startTimestamp_{ seededStartTimestamp }
70 {}
71
72 QpcTimer::QpcTimer() noexcept
73 :

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected