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

Method MakeGpuName

IntelPresentMon/Interprocess/source/ShmNamer.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 return std::format("{}_{}_sys", prefix_, salt_);
24 }
25 std::string ShmNamer::MakeGpuName(uint32_t deviceId) const
26 {
27 return std::format("{}_{}_gpu_{}", prefix_, salt_, deviceId);
28 }
29 std::string ShmNamer::MakeFrameName(uint32_t pid) const
30 {
31 return std::format("{}_{}_tgt_{}", prefix_, salt_, pid);

Callers 3

TEST_METHODFunction · 0.80
RegisterGpuDeviceMethod · 0.80
MiddlewareComms_Method · 0.80

Calls

no outgoing calls

Tested by 1

TEST_METHODFunction · 0.64