diff options
author | Robert Loehning <robert.loehning@qt.io> | 2020-04-01 20:20:53 +0200 |
---|---|---|
committer | Robert Loehning <robert.loehning@qt.io> | 2020-04-02 09:47:25 +0000 |
commit | f64a9b50455e251ebe9db43f979e8af950dbc957 (patch) | |
tree | b3c2c7f6e672ebb036775e0d45ae5d4d53a655c0 /src/plugins/perfprofiler/perfprofilertool.cpp | |
parent | 8009962584a4bc4d069d99cb9e65e8a0d7cf5fc8 (diff) | |
download | qt-creator-f64a9b50455e251ebe9db43f979e8af950dbc957.tar.gz |
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>
Diffstat (limited to 'src/plugins/perfprofiler/perfprofilertool.cpp')
-rw-r--r-- | src/plugins/perfprofiler/perfprofilertool.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/perfprofiler/perfprofilertool.cpp b/src/plugins/perfprofiler/perfprofilertool.cpp index 8176432c17..4cd4256096 100644 --- a/src/plugins/perfprofiler/perfprofilertool.cpp +++ b/src/plugins/perfprofiler/perfprofilertool.cpp @@ -421,7 +421,8 @@ void PerfProfilerTool::onReaderFinished() tr("The profiler did not produce any samples. " "Make sure that you are running a recent Linux kernel and that " "the \"perf\" utility is available and generates useful call " - "graphs.")); + "graphs.\nYou might find further explanations in the Application " + "Output view.")); clear(); } else { m_traceManager->finalize(); |