On Sun, Jul 22, 2018 at 11:26 AM, Konstantin Shegunov
<kshegu...@gmail.com> wrote:
> Hello,
> Is there any way to inspect an event that was delivered, just after the
> fact? Looking at the source it seems the only way to do this is to have
> QObject::event or QCoreApplication::notify overridden, is that correct?
>
> I'm interested in QEvent::MetaCall specifically. I want to collect some
> statistics about slot execution times.

For statistics you probably want to use tracepoints [1].


[1] http://lists.qt-project.org/pipermail/development/2017-February/028762.html

--
Regards,
Sergio Martins
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to