Android: Add QML profiling

Change-Id: Ie06c0b49707f8ec549f180f41c565fd223240186
Reviewed-by: Christiaan Janssen <christiaan.janssen@digia.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Aurindam Jana
2013-05-03 12:41:58 +02:00
committed by hjk
parent c9d1c5b354
commit 24af63ec4b
21 changed files with 451 additions and 58 deletions

View File

@@ -40,6 +40,7 @@ namespace Analyzer {
class AnalyzerStartParameters;
class IAnalyzerTool;
class IAnalyzerEngine;
class ANALYZER_EXPORT AnalyzerRunControl : public ProjectExplorer::RunControl
{
@@ -57,6 +58,8 @@ public:
QString displayName() const;
QIcon icon() const;
IAnalyzerEngine *engine() const;
private slots:
void stopIt();
void receiveOutput(const QString &, Utils::OutputFormat format);