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

Method GetBulk

IntelPresentMon/CommonUtilities/log/IdentificationTable.cpp:43–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 IdentificationTable::Bulk IdentificationTable::GetBulk() noexcept
44 {
45 try {
46 return Get_().GetBulk_();
47 }
48 catch (...) {
49 return {};
50 }
51 }
52
53 void IdentificationTable::RegisterSink(std::shared_ptr<IIdentificationSink> pSink) noexcept
54 {

Callers

nothing calls this directly

Calls 1

GetBulk_Method · 0.80

Tested by

no test coverage detected