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

Method MakeFrameName

IntelPresentMon/Interprocess/source/ShmNamer.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
32 }
33 const std::string& ShmNamer::GetSalt() const
34 {
35 return salt_;

Callers 5

TEST_METHODFunction · 0.80
GetFrameDataSegmentMethod · 0.80
OpenFrameDataStoreMethod · 0.80
CloseFrameDataStoreMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_METHODFunction · 0.64