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

Method EnqueueEntry

IntelPresentMon/CommonUtilities/log/Channel.cpp:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277 }
278 }
279 void ChannelInternal_::EnqueueEntry(Entry&& e)
280 {
281 Queue_(this).enqueue(std::move(e));
282 }
283 void ChannelInternal_::EnqueueEntry(const Entry& e)
284 {
285 Queue_(this).enqueue(e);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected