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

Method ClearEvents

IntelPresentMon/PresentMonService/EtwLogSession.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 });
34 }
35 void EtwLogProviderListener::ClearEvents()
36 {
37 eventsOnDeck_.clear();
38 }
39 std::span<const EtwProviderDescription> EtwLogProviderListener::GetProviderDescriptions() const
40 {
41 return providerDescriptions_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected