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

Function BuildLogFileName_

IntelPresentMon/PresentMonAPI2Tests/Logging.cpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 }
88
89 std::string BuildLogFileName_(const std::filesystem::path& folder)
90 {
91 return std::format("test-harness-{}.txt", GetCurrentProcessId());
92 }
93
94 std::vector<std::string> SplitVerboseModules_(const std::string& raw)
95 {

Callers 1

SetupTestLoggingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected