MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / stopAll

Method stopAll

src/tools/performancedapter/tools.cpp:431–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429}
430
431void Tools::stopAll()
432{
433 std::cout << __FUNCTION__ << std::endl;
434 for (auto ins : d->toolsIns) {
435 ins->kill();
436 ins->waitForFinished();
437 }
438 d->toolsCountCache.clear();
439}
440
441void Tools::setAttachPID(int pid)
442{

Callers

nothing calls this directly

Calls 2

killMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected