| 64 | } |
| 65 | |
| 66 | QpcTimer::QpcTimer(int64_t seededStartTimestamp) |
| 67 | : |
| 68 | performanceCounterPeriod_{ GetTimestampPeriodSeconds() }, |
| 69 | startTimestamp_{ seededStartTimestamp } |
| 70 | {} |
| 71 | |
| 72 | QpcTimer::QpcTimer() noexcept |
| 73 | : |
nothing calls this directly
no test coverage detected