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

Method MakeSystemName

IntelPresentMon/Interprocess/source/ShmNamer.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 return std::format("{}_{}_int_ready_evt", prefix_, salt_);
20 }
21 std::string ShmNamer::MakeSystemName() const
22 {
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);

Callers 3

TEST_METHODFunction · 0.80
RegisterCpuDeviceMethod · 0.80
MiddlewareComms_Method · 0.80

Calls

no outgoing calls

Tested by 1

TEST_METHODFunction · 0.64