summaryrefslogtreecommitdiff
path: root/src/libs/qmljsdebugclient/qv8profilerclient.h
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@nokia.com>2011-11-15 15:04:25 +0100
committerAurindam Jana <aurindam.jana@nokia.com>2011-12-14 11:39:19 +0100
commit28844621e4d218284e916f89eeaad299e6f10ba5 (patch)
treec4c738c93843233dc4f201a823ad0e2fd672257d /src/libs/qmljsdebugclient/qv8profilerclient.h
parent7e01f47b5fad23addf330b42e242bce3bf647977 (diff)
downloadqt-creator-28844621e4d218284e916f89eeaad299e6f10ba5.tar.gz
QmlProfiler: Show profiling data initiated by console APIs
The profile clients now also listens to profiling data sent by console APIs console.profile and console.profileEnd Change-Id: I7f7100448263889076e94a1e251b8977ce047843 Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
Diffstat (limited to 'src/libs/qmljsdebugclient/qv8profilerclient.h')
-rw-r--r--src/libs/qmljsdebugclient/qv8profilerclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/qmljsdebugclient/qv8profilerclient.h b/src/libs/qmljsdebugclient/qv8profilerclient.h
index ba595986b2..b57a61781e 100644
--- a/src/libs/qmljsdebugclient/qv8profilerclient.h
+++ b/src/libs/qmljsdebugclient/qv8profilerclient.h
@@ -65,6 +65,7 @@ public:
public slots:
void setRecording(bool);
void clearData();
+ void sendRecordingStatus();
signals:
void complete();