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