We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4c5c6 commit e3f2901Copy full SHA for e3f2901
IntelPresentMon/PresentMonService/PresentMon.cpp
@@ -262,10 +262,10 @@ void PresentMonSession::AddPresents(
262
uint64_t stopQpc, bool* hitStopQpc) {
263
auto i = *presentEventIndex;
264
265
- if (trace_session_.mStartQpc.QuadPart != 0) {
266
- // If mStartQpc contains a value an etl file is being processed.
+ if (trace_session_.mStartTimestamp.QuadPart != 0) {
+ // If mStartTimestamp contains a value an etl file is being processed.
267
// Set this value in the streamer to have the correct start time.
268
- streamer_.SetStartQpc(trace_session_.mStartQpc.QuadPart);
+ streamer_.SetStartQpc(trace_session_.mStartTimestamp.QuadPart);
269
}
270
271
for (auto n = presentEvents.size(); i < n; ++i) {
0 commit comments