24class QQmlProfilerAdapter :
public QQmlAbstractProfilerAdapter {
27 QQmlProfilerAdapter(QQmlProfilerService *service, QQmlEnginePrivate *engine);
28 QQmlProfilerAdapter(QQmlProfilerService *service, QQmlTypeLoader *loader);
29 qint64 sendMessages(qint64 until, QList<QByteArray> &messages) override;
31 void receiveData(
const QVector<QQmlProfilerData> &new_data,
32 const QQmlProfiler::LocationHash &locations);
35 void init(QQmlProfilerService *service, QQmlProfiler *profiler);
36 QVector<QQmlProfilerData> data;
37 QQmlProfiler::LocationHash locations;