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

Method start

src/plugins/performance/mainframe/perfflamegraphscripts.cpp:285–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285void FlameGraphGenTask::start(uint pid)
286{
287 if (d->perfRecord) {
288 d->perfRecord->setAttachPid(pid);
289 d->perfRecord->start();
290 qInfo() << d->perfRecord->program() << d->perfRecord->arguments();
291 }
292}
293
294void FlameGraphGenTask::stop()
295{

Callers 1

FlameGraphGenTaskMethod · 0.45

Calls 3

setAttachPidMethod · 0.80
programMethod · 0.45
argumentsMethod · 0.45

Tested by

no test coverage detected