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

Method Channel

IntelPresentMon/CommonUtilities/log/Channel.cpp:330–333  ·  view source on GitHub ↗

implementation of external interfaces

Source from the content-addressed store, hash-verified

328
329 // implementation of external interfaces
330 Channel::Channel(bool synchronousMode)
331 :
332 Channel({}, synchronousMode)
333 {}
334 Channel::Channel(std::vector<std::pair<std::string, std::shared_ptr<IChannelComponent>>> componentPtrs,
335 bool synchronousMode)
336 :

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected