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