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

Function BuildArgs_

IntelPresentMon/PresentMonAPI2Tests/LoggingTests.cpp:33–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 };
32
33 std::vector<std::string> BuildArgs_(CrashKind_ kind)
34 {
35 return {
36 "--mode"s, "LoggingCrashTest"s,
37 "--submode"s, std::to_string(static_cast<int>(kind)),
38 "--log-folder"s, logFolder_,
39 "--log-name-pid"s,
40 "--log-level"s, "debug"s,
41 };
42 }
43
44 std::string ReadAllText_(const fs::path& path)
45 {

Callers 1

RunCase_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected