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

Method startAll

src/tools/performancedapter/tools.cpp:422–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422void Tools::startAll()
423{
424 for (auto ins : d->toolsIns) {
425 ins->start();
426 qInfo() << "start" << ins->program() << ins->arguments()
427 << "pid :" << ins->pid();
428 }
429}
430
431void Tools::stopAll()
432{

Callers

nothing calls this directly

Calls 4

pidMethod · 0.80
startMethod · 0.45
programMethod · 0.45
argumentsMethod · 0.45

Tested by

no test coverage detected