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

Function GetDefaultChannel

IntelPresentMon/Core/source/infra/LogSetup.cpp:77–80  ·  view source on GitHub ↗

this is injected into to util::log namespace and hooks into that system

Source from the content-addressed store, hash-verified

75
76 // this is injected into to util::log namespace and hooks into that system
77 std::shared_ptr<IChannel> GetDefaultChannel() noexcept
78 {
79 return GetDefaultChannelWithFactory(MakeChannel);
80 }
81}
82
83namespace p2c

Callers 5

InvalidParameterHandler_Function · 0.70
ConfigureLoggingFunction · 0.70
ConfigureHeadlessLoggingFunction · 0.70
ThreadProcedure_Method · 0.50

Calls 1

Tested by

no test coverage detected