Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
422
void 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
431
void Tools::stopAll()
432
{
Callers
nothing calls this directly
Calls
4
pid
Method · 0.80
start
Method · 0.45
program
Method · 0.45
arguments
Method · 0.45
Tested by
no test coverage detected