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

Method Init

IntelPresentMon/CommonUtilities/cli/CliFramework.h:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 return opts;
85 }
86 static std::optional<int> Init(int argc, const wchar_t* const* wargv, bool captureDiagnostics = false)
87 {
88 ConvertedNarrowOptions_ narrowArgs{ argc, wargv };
89 return Init(argc, narrowArgs.GetRawPointerArray(), captureDiagnostics);
90 }
91 static std::optional<int> Init(int argc, const char* const* argv, bool captureDiagnostics = false) noexcept
92 {
93 try {

Callers

nothing calls this directly

Calls 3

GetRawPointerArrayMethod · 0.80
Exit_Method · 0.80
Finalize_Method · 0.45

Tested by

no test coverage detected