Re: [Development] Tracing for applications

2019-12-05 Thread Milian Wolff
On Mittwoch, 4. Dezember 2019 12:23:00 CET Lukast dev wrote: > Hello, > > is there some Qt solution for producing traces used for performance > analysis? > > There is on-going work for LTTNG and ETW in Qt I noticed, e.g. here > https://codereview.qt-project.org/c/qt/qtbase/+/185287. Can that solu

[Development] Tracing for applications

2019-12-04 Thread Lukast dev
Hello, is there some Qt solution for producing traces used for performance analysis? There is on-going work for LTTNG and ETW in Qt I noticed, e.g. here https://codereview.qt-project.org/c/qt/qtbase/+/185287. Can that solution be re-used in Qt applications? If so, is there some documentation for