PerfProfiler: Add hint how to make perf work

Change-Id: I9cef8826163a7f716717470e5b7edfd13699f75c
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
Robert Loehning
2020-04-01 20:20:53 +02:00
parent 8009962584
commit f64a9b5045

View File

@@ -421,7 +421,8 @@ void PerfProfilerTool::onReaderFinished()
tr("The profiler did not produce any samples. " tr("The profiler did not produce any samples. "
"Make sure that you are running a recent Linux kernel and that " "Make sure that you are running a recent Linux kernel and that "
"the \"perf\" utility is available and generates useful call " "the \"perf\" utility is available and generates useful call "
"graphs.")); "graphs.\nYou might find further explanations in the Application "
"Output view."));
clear(); clear();
} else { } else {
m_traceManager->finalize(); m_traceManager->finalize();