forked from qt-creator/qt-creator
QmlProfiler: Fix "Callee" vs "Caller" labels in statistics view
Change-Id: I28a134b0ae72bb87ad6849f0f70a5332ec019a50 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -394,6 +394,11 @@ void QmlProfilerStatisticsRelativesModel::finalize(const QSet<int> &eventsInBind
|
||||
}
|
||||
}
|
||||
|
||||
QmlProfilerStatisticsRelation QmlProfilerStatisticsRelativesModel::relation() const
|
||||
{
|
||||
return m_relation;
|
||||
}
|
||||
|
||||
int QmlProfilerStatisticsRelativesModel::count() const
|
||||
{
|
||||
return m_data.count();
|
||||
|
||||
Reference in New Issue
Block a user