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

Method CopyDriver

IntelPresentMon/CommonUtilities/log/CopyDriver.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace pmon::util::log
4{
5 CopyDriver::CopyDriver(std::shared_ptr<IChannel> pChannel)
6 :
7 pChannel_{ std::move(pChannel) }
8 {}
9 void CopyDriver::Submit(const Entry& e)
10 {
11 pChannel_->Submit(e);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected