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

Method GetBlobData

IntelPresentMon/Core/source/pmon/DynamicQuery.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 const uint8_t* DynamicQuery::GetBlobData() const
39 {
40 if (blobs.GetNumBlobsPopulated() == 0) {
41 return nullptr;
42 }
43 return blobs.GetFirst();
44 }
45}

Callers 3

ReadValueMethod · 0.80
ReadStringValueMethod · 0.80
ReadStringValueMethod · 0.80

Calls 2

GetNumBlobsPopulatedMethod · 0.80
GetFirstMethod · 0.80

Tested by

no test coverage detected