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

Method Push

IntelPresentMon/CommonUtilities/win/com/ProcessSpawnSink.cpp:148–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146 }
147
148 void ProcessSpawnSink::EventQueue::Push(Process proc)
149 {
150 std::lock_guard lk{ mtx_ };
151 processSpawnEvents_.push_back(std::move(proc));
152 }
153
154 void ProcessSpawnSink::EventQueue::Notify() const
155 {

Callers 1

IndicateMethod · 0.45

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected