MCPcopy Create free account
hub / github.com/Kitware/CMake / GetProgramStack

Method GetProgramStack

Source/kwsys/SystemInformation.cxx:787–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785}
786
787std::string SystemInformation::GetProgramStack(int firstFrame, int wholePath)
788{
789 return SystemInformationImplementation::GetProgramStack(firstFrame,
790 wholePath);
791}
792
793/** Run the different checks */
794void SystemInformation::RunCPUCheck()

Callers

nothing calls this directly

Calls 3

SetReportPathMethod · 0.80
strMethod · 0.80
InitializeMethod · 0.45

Tested by

no test coverage detected