We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 930304a commit 166beb2Copy full SHA for 166beb2
1 file changed
D3D12CacheListener.cpp
@@ -109,6 +109,9 @@ void ParseManifestPayload(PEVENT_RECORD pEvent) {
109
else if (propName == L"NumDynamicCacheStores") stats.NumDynamicCacheStores = value;
110
}
111
112
+ if (stats.NumRequiredLookups == 0)
113
+ return;
114
+
115
DWORD pid = pEvent->EventHeader.ProcessId;
116
int idx = -1;
117
if (pEvent->EventHeader.EventDescriptor.Id == 161) idx = 0;
0 commit comments