Skip to content

Commit db0bcad

Browse files
Cleaned up commenting
1 parent bb71911 commit db0bcad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

IntelPresentMon/CommonUtilities/mc/MetricsTypes.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ namespace pmon::util::metrics {
6868
frame.appFrameId = p.AppFrameId;
6969
frame.pclFrameId = p.PclFrameId;
7070

71-
// Extract VidPnSourceId and layer index from PresentIds if available for display identification
71+
// Extract VidPnSourceId and layer index from ReportedPresentIds if available
72+
// for display identification
7273
if (!p.ReportedPresentIds.empty()) {
7374
auto presentIdEntry = p.ReportedPresentIds.begin();
7475
// VidPnSourceId and Layer Index are encoded in the key

0 commit comments

Comments
 (0)