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

Method GetPreTestStats

Source/cmInstrumentation.cxx:619–625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

617}
618
619void cmInstrumentation::GetPreTestStats()
620{
621 if (this->HasOption(
622 cmInstrumentationQuery::Option::DynamicSystemInformation)) {
623 this->InsertDynamicSystemInformation(this->preTestStats, "before");
624 }
625}
626
627int cmInstrumentation::InstrumentCommand(
628 std::string command_type, std::vector<std::string> const& command,

Callers 1

StartTestMethod · 0.80

Calls 2

HasOptionMethod · 0.95

Tested by 1

StartTestMethod · 0.64