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

Method AddProcess

IntelPresentMon/PresentMonAPI2/PresentMonAPI.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 getIdTable_().AddThread_(tid, pid, name);
122 }
123 void AddProcess(uint32_t pid, std::string name) override
124 {
125 getIdTable_().AddProcess_(pid, name);
126 }
127 private:
128 std::function<IdentificationTable& ()> getIdTable_;
129 };

Callers

nothing calls this directly

Calls 1

AddProcess_Method · 0.80

Tested by

no test coverage detected