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

Function GetDefaultChannel

IntelPresentMon/SampleClient/LogSetup.cpp:50–53  ·  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

48
49 // this is injected into to util::log namespace and hooks into that system
50 std::shared_ptr<IChannel> GetDefaultChannel() noexcept
51 {
52 return GetDefaultChannelWithFactory(MakeChannel);
53 }
54}
55
56namespace p2sam

Callers 2

ConfigureLoggingFunction · 0.70
RunLogDemoFunction · 0.70

Calls 1

Tested by

no test coverage detected