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

Method HasActiveSession

IntelPresentMon/PresentMonService/EtwLogger.cpp:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 sessions_.erase(id);
78 }
79 bool EtwLogger::HasActiveSession(uint32_t id) const
80 {
81 std::lock_guard lk{ mtx_ };
82 return sessions_.contains(id);
83 }
84 std::span<const EtwProviderDescription> EtwLogger::GetDefaultProviderDescriptions_()
85 {
86 if (defaultProviderDescriptionCache_.empty()) {

Callers 1

DisposeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected