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

Method SetSubsystem

IntelPresentMon/CommonUtilities/log/GlobalPolicy.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 return subsystem_;
83 }
84 void GlobalPolicy::SetSubsystem(Subsystem sys) noexcept
85 {
86 subsystem_ = sys;
87 }
88 void GlobalPolicy::ActivateVerboseModule(V mod) noexcept
89 {
90 activeVerboseModules_ |= (1ull << uint64_t(mod));

Callers 4

DllMainFunction · 0.80
MakeChannelFunction · 0.80
MakeChannelFunction · 0.80
MakeChannelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected