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

Method ClearEvents

ETLTrimmer/main.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 providers_.emplace(filter.providerGuid, filter);
101 }
102 void ClearEvents() override
103 {
104 eventsOnDeck_.clear();
105 }
106 const ProviderFilter* LookupProvider(const GUID& guid)
107 {
108 if (auto i = providers_.find({ guid }); i != providers_.end()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected