aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/qtquick.tracepoints
Commit message (Collapse)AuthorAgeFilesLines
* Add trace points for Qt Quick Scene GraphMilian Wolff2019-12-131-0/+48
This adds Q_TRACE tracepoints for all places that are covered by the QML profiler's QSG integration. The big advantage over the existing framework is that these trace points can be visualized next to other system tracepoints to correlate the data better with load and resource consumption induced by other processes on the system. Change-Id: I0c5b70a0870f0b89e4533c351c099e13fd18a55f Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>