QmlProfiler: timers for all profiler activities

Change-Id: I2ecbf4d1d90e353506e7c164560b69b81fcc6c66
Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
Christiaan Janssen
2011-11-28 16:30:30 +01:00
parent fd4e21b685
commit 72c06cb6fd
14 changed files with 182 additions and 41 deletions

View File

@@ -116,8 +116,8 @@ void QmlProfilerTraceClient::statusChanged(Status status)
{
if (status == Enabled) {
d->sendRecordingStatus();
emit enabled();
}
emit enabledChanged();
}
void QmlProfilerTraceClient::messageReceived(const QByteArray &data)