forked from qt-creator/qt-creator
QmlProfiler: display warning when app killed
Change-Id: I2183e02a5ce4b266702d0771933bda61efa66e95 Reviewed-on: http://codereview.qt.nokia.com/1603 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Aurindam Jana <aurindam.jana@nokia.com>
This commit is contained in:
committed by
Aurindam Jana
parent
b533cea366
commit
82ff204314
@@ -125,11 +125,16 @@ void QmlProfilerEventStatistics::clear()
|
||||
d->m_rootHash.clear();
|
||||
}
|
||||
|
||||
QList <QmlEventData *> QmlProfilerEventStatistics::getEventList()
|
||||
QList <QmlEventData *> QmlProfilerEventStatistics::getEventList() const
|
||||
{
|
||||
return d->m_rootHash.values();
|
||||
}
|
||||
|
||||
int QmlProfilerEventStatistics::eventCount() const
|
||||
{
|
||||
return d->m_rootHash.size();
|
||||
}
|
||||
|
||||
void QmlProfilerEventStatistics::addRangedEvent(int type, int nestingLevel, int nestingInType, qint64 startTime, qint64 length,
|
||||
const QStringList &data, const QString &fileName, int line)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user