Re: [Development] FW: Tracing for applications

2022-01-26 Thread Lukast dev
Adam Light napĂ­sal(a): > On Mon, Dec 9, 2019 at 1:06 PM Lukast dev wrote: > >> But stack sampling sometimes sucks because you don't see if the function >> was called million times and thus it shows up in the profile >> or it is called once and is expensive and

Re: [Development] FW: Tracing for applications

2019-12-09 Thread Lukast dev
olff > > > > On Mittwoch, 4. Dezember 2019 12:23:00 CET Lukast dev wrote: > > > 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.

[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